Test: more test cli multiple pipes
This commit is contained in:
parent
d73823dcd5
commit
b8f4dbd8d1
4 changed files with 182 additions and 6 deletions
|
|
@ -865,8 +865,8 @@ cli_show_version(clicon_handle h,
|
|||
cvec *vars,
|
||||
cvec *argv)
|
||||
{
|
||||
fprintf(stdout, "Clixon: %s\n", CLIXON_VERSION_STRING);
|
||||
fprintf(stdout, "CLIgen: %s\n", CLIGEN_VERSION);
|
||||
cligen_output(stdout, "Clixon: %s\n", CLIXON_VERSION_STRING);
|
||||
cligen_output(stdout, "CLIgen: %s\n", CLIGEN_VERSION);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue