cli_completion
cli_completion copied to clipboard
Completion functionality for Dart Command-Line Interfaces built using CommandRunner. Built by Very Good Ventures. 🦄
### Intro In this issue I will explain how to automatically provide your CLI app's shell completions to your users in a seamless way. I've been recently investigating how shell...
**Description** I would like to have control over the completions that displayed for my command. Let's say I have a command `foo install `. This command also has 2 flags...
**Description** As a developer that does not like my system to be touched without consent from me, by any software, I love that we can disable the `auto install`. But...
**Description** As auto-install can be disabled by CLI maintainers, make it possible for CLI users to disable auto-install, possibly via a command **Requirements** - [ ] Add (hidden) command to...
**Description** Some CLIs choose not to auto-install the completion files but rather to expose a command where a completion script is printed in the stdout. Then a CLI user's usage...
**Description** With the release of Flutter 3.24.0 and Dart 3.5 some things are breaking. Need to review the package and make any necessary fixes. **Requirements** - [ ] Package works...
## Status **READY** ## Description This pull request enhances Zsh completion support by adding interactive menu selection and colored completion lists. Specifically, it introduces two `zstyle` configurations: - `zstyle ':completion:*'...