Skip to content
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

Open
shruteshreddy opened this issue May 27, 2024 · 6 comments
Open

Expansion removes the double quote #524

shruteshreddy opened this issue May 27, 2024 · 6 comments

Comments

@shruteshreddy
Copy link

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"

@olofhagsand
Copy link
Member

Autocli issue

@shruteshreddy
Copy link
Author

Hii @olofhagsand
Any update on this issue?

@olofhagsand
Copy link
Member

No

@shruteshreddy
Copy link
Author

ok

olofhagsand added a commit that referenced this issue Nov 8, 2024
Add escaping in expand_dbvar instead of automatic in cligen
@olofhagsand
Copy link
Member

Fixed, please review

@olofhagsand
Copy link
Member

@shruteshreddy ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants