Output pipe functionality
Based on output pipe code in CLIgen Clixon adaptions include `CLICON_PIPETREE=` variable and a new cli_pipe.c callback file
This commit is contained in:
parent
e498e09570
commit
b33603107d
10 changed files with 547 additions and 11 deletions
|
|
@ -107,6 +107,7 @@ LIBSRC += cli_plugin.c
|
|||
LIBSRC += cli_auto.c
|
||||
LIBSRC += cli_generate.c
|
||||
LIBSRC += cli_autocli.c
|
||||
LIBSRC += cli_pipe.c
|
||||
LIBOBJ = $(LIBSRC:.c=.o)
|
||||
|
||||
# Name of lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue