clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
206 stars 69 forks source link

Expansion removes the double quote #524

Open shruteshreddy opened 1 month ago

shruteshreddy commented 1 month ago

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 1 month ago

Autocli issue

shruteshreddy commented 1 month ago

Hii @olofhagsand Any update on this issue?

olofhagsand commented 1 month ago

No

shruteshreddy commented 1 month ago

ok