Disable the CLI comment feature entirely.
This commit is contained in:
parent
7023fe589f
commit
90e2bdf15d
1 changed files with 1 additions and 1 deletions
|
|
@ -439,7 +439,7 @@ main(int argc,
|
|||
if (clicon_username_set(h, pw->pw_name) < 0)
|
||||
goto done;
|
||||
|
||||
cligen_comment_set(cli_cligen(h), '#'); /* Default to handle #! clicon_cli scripts */
|
||||
cligen_comment_set(cli_cligen(h), 0); /* Siklu: disable comments */
|
||||
cligen_lexicalorder_set(cli_cligen(h), 1);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue