-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add shell completions subcommand (#106)
Adds a subcommand "completions" which can generate shell completions for a few supported shells, namely bash, zsh and Nushell. You can use it like this: `koji completions <SHELL> > <CUSTOM_COMPLETIONS_DIR>/_koji`. I consider this feature necessary for eventually publishing koji to other package registries, such as the AUR.
- Loading branch information
1 parent
26dd8ba
commit f291e03
Showing
4 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters