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
Some CLI frameworks also offer completion support, where they will generate a completion file that can be used by the requisite shell to support command completions.
As one packages one Cli's into various package managers (like homebrew for MacOs) for distribution, where the package install extracts the completion and places it in a place the shell knows where to get it.
So the value prop is for the end user of our CLI's we develop with the framework, and our overall offered User Experience.
One could hand craft the completions file, given the cod generation nature of the CLI, this would seem like a logic step.
Whist I'm up to my eyeballs in delivering my stuff, and your framework is very valuable, it may be a consideration for a future pull request - if that is of interested, on basis it would be accepted (given you review process) if presented - to make any such effort worth it.
Some CLI frameworks also offer completion support, where they will generate a completion file that can be used by the requisite shell to support command completions.
https://en.wikipedia.org/wiki/Command-line_completion
Are there an future plans to support this ?
The text was updated successfully, but these errors were encountered: