abiosoft / ishell

Library for creating interactive cli applications.
MIT License
1.68k stars 195 forks source link

Allow commands' partial match #107

Open denisvm opened 5 years ago

denisvm commented 5 years ago

Add an option to allow a partial match when issuing commands:

For instance, you have the following commands:

Where c or cmd wouldn't match anything, but cmdo would match cmdone and a would match anothercmd.