Revert "Disable the CLI comment feature entirely."
This reverts commit 90e2bdf15d.
This commit is contained in:
parent
b362d0d511
commit
e2b4e7097b
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)
|
if (clicon_username_set(h, pw->pw_name) < 0)
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
cligen_comment_set(cli_cligen(h), 0); /* Siklu: disable comments */
|
cligen_comment_set(cli_cligen(h), '#'); /* Default to handle #! clicon_cli scripts */
|
||||||
cligen_lexicalorder_set(cli_cligen(h), 1);
|
cligen_lexicalorder_set(cli_cligen(h), 1);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue