Expansion removes the double quote
Opened this issue · 6 comments
shruteshreddy commented
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 commented
Autocli issue
shruteshreddy commented
Hii @olofhagsand
Any update on this issue?
olofhagsand commented
No
shruteshreddy commented
ok
olofhagsand commented
Fixed, please review
olofhagsand commented