Test: more test cli multiple pipes

This commit is contained in:
Olof hagsand 2023-09-04 14:04:34 +02:00
parent d73823dcd5
commit b8f4dbd8d1
4 changed files with 182 additions and 6 deletions

View file

@ -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;
}