Maurice Leong
Maurice Leong
Spiked this today. Interesting. I added a [autocomplete] directive which works as follows: ``` > clifx.demo [autocomplete] b book add book book list book remove ``` I then registered the...
I'd like to make the following suggestions to progress this ticket forward. **Design suggestion 1: Support passing of auto-complete text by environment variable** eg. cli.exe [suggest] --var clifx-suggest-{guid} --cursor {cursor-position}...
> Hmm, can you explain how this will benefit us? The code in CommandInput.Parse() is currently is responsible for splitting the argument array into directive, command, parameter and option components....
> ... Let me explore here a bit more Seems like we won't need it for now. Thanks for the sense check.