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 · 4 comments
Open

Expansion removes the double quote #524

shruteshreddy opened this issue May 27, 2024 · 4 comments
Labels

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

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

No branches or pull requests

2 participants