Disable the CLI comment feature entirely.

This commit is contained in:
shmuels 2021-04-25 18:40:45 +03:00
parent 7023fe589f
commit 90e2bdf15d

View file

@ -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);
/*