Partial command parse #1325
Unanswered
Sripadvallabh
asked this question in
Q&A
Replies: 1 comment 5 replies
-
I don't recall if it's covered in our tests or is still functional, but this plug-in exists. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I have 3 commands in my cmd2 application: namely device, start, stop. Is it possible for me to invoke do_device() just by pressing 'd' alone because from all the possible cmd list it seems only 'device' matches so it should be able to invoke the same right? Is there a setting that can enable this???
Alias is a fine solution to this problem, but i am thinking if this auto command match works with cmd2.
Beta Was this translation helpful? Give feedback.
All reactions