mirror of
https://github.com/spf13/cobra
synced 2024-12-28 07:17:06 +00:00
"Added nushell to list of shell autompletes"
This commit is contained in:
parent
8cb9728476
commit
1a69a83abc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Cobra provides:
|
|||
* Automatic help generation for commands and flags
|
||||
* Grouping help for subcommands
|
||||
* Automatic help flag recognition of `-h`, `--help`, etc.
|
||||
* Automatically generated shell autocomplete for your application (bash, zsh, fish, powershell)
|
||||
* Automatically generated shell autocomplete for your application (bash, zsh, fish, powershell, nushell)
|
||||
* Automatically generated man pages for your application
|
||||
* Command aliases so you can change things without breaking them
|
||||
* The flexibility to define your own help, usage, etc.
|
||||
|
|
Loading…
Reference in a new issue