-
Here's a good example of how to install shell completions in a nix build:
https://github.com/NixOS/nixpkgs/blob/2e92235aa591abc613504fde2546d6f78b18c0cd/pkgs/tools/misc/nb/default.nix#L24-L26
He…
-
This command needs a longer doc comment for reference documentation.
-
## 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 …
-
Same as :
> Can it provide completions for common shells? I guess can be helpful. TIA!
-
Should we include/ship shell completion with pytest, e.g. in a `contrib` folder?
I have something for Zsh: https://github.com/zsh-users/zsh-completions/pull/454/files.
Added to my dotfiles: http…
-
### Support shell completion?
click has support for completion [documented here](https://click.palletsprojects.com/en/8.1.x/shell-completion/)
Is there any reason we shouldn't support it?
###…
-
Some CLI programs have shell completion scripts and it'd be nice if ports could install those. These will need to be installed in the shell most likely through the loader script.
Some concerns:
- So…
-
#### Description :octocat:
Recently I opened #16647, which described an issue caused by package updates
affecting magit. Another user experiencing the issue, who did not use the same
work-around as…
-
Right now, the shell completions are goal/options focused - it would be cool to trigger on targets as well
-
It would be nice to be able to load new {bash/zsh/etc}-completions from an `.envrc` script. A typical use case would be when `use nix` provisions some commands that you don't have globally installed (…