-
This issue concerns pixi, but also the wider conda ecosystem.
I would like to come up with a mechanism to support shell completion files easily.
Shell completions are usually initialized by sourcing…
-
Shell completion produces no shell completion code:
```shell
> which policy_sentry
/home/linuxbrew/.linuxbrew/bin/policy_sentry
> policy_sentry --version
policy_sentry, version 0.12.15
> $(_…
-
### 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 completion works,…
-
Would you be open to adding bash and/or zsh completion generation in a manner similar to [cobra](https://github.com/spf13/cobra/blob/master/bash_completions.md)?
-
It would be great to add shell completion for fish!
-
## Checklist
* [x] Are you running the latest v3 release? The list of releases is [here](https://github.com/urfave/cli/releases).
* [x] Did you check the manual for your release? The v3 manual is …
-
Add [clap_completions](https://docs.rs/clap_complete/latest/clap_complete/) for shell completions. A `gen_completions` subcommand could be added, and users would just add `eval $(gdrive gen_completion…
-
**Is your feature request related to a problem? Please describe.**
I would love shell completion for all Lagoon CLI commands and arguments.
**Describe the solution you'd like**
I believe Cobr…
-
Add shell completions for the name command. This should be possible with clap. See: https://dev.to/kbknapp/cli-shell-completions-in-rust-37g1
-
Currently we have the bash completion in-tree, while the zsh lives in the upstream zsh project itself. Both of those are somewhat outdated.
A hand-wavy todo/ideas list:
- import the zsh completio…