You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to able to enter commands without matching case. Currently, entering the command aa bb results in an "Unknown command" error. I would like to be able to enter the command aa bb and have it execute successfully.
The text was updated successfully, but these errors were encountered:
* See [Case-Insensitive Command Matching](#46)
* To set cligen ignore case, you must call `cligen_caseignore_set(h, 1)`
* Note applications using cligen (eg clixon) may have case-sensitive code despite setting this
Given the commands tree
I would like to able to enter commands without matching case. Currently, entering the command
aa bb
results in an "Unknown command" error. I would like to be able to enter the commandaa bb
and have it execute successfully.The text was updated successfully, but these errors were encountered: