-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expansion removes the double quote #524
Labels
Comments
Autocli issue |
Hii @olofhagsand |
No |
ok |
olofhagsand
added a commit
that referenced
this issue
Nov 8, 2024
Add escaping in expand_dbvar instead of automatic in cligen
Fixed, please review |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here expansion removes double quotes for hiii hello due to which it says as unknown command.
Basically i meant that expansion is not adding double quotes.
Example:
Error :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description hiii hello
Correct way :
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 de
"hiii hello"
supervisor@spine>shrutesh: cfg> del interface lo-0/0/0 unit 1 description "hiii hello"
The text was updated successfully, but these errors were encountered: