mirror of
https://github.com/spf13/cobra
synced 2025-05-07 13:57:21 +00:00
Update README.md
This commit is contained in:
parent
96dc55577f
commit
f71a91c180
1 changed files with 3 additions and 1 deletions
|
@ -753,7 +753,9 @@ Cobra can generate documentation based on subcommands, flags, etc. Read more abo
|
|||
|
||||
## Generating shell completions
|
||||
|
||||
Cobra can generate a shell-completion file for the following shells: Bash, Zsh, Fish, Powershell. If you add more information to your commands, these completions can be amazingly powerful and flexible. Read more about it in [Shell Completions](shell_completions.md).
|
||||
Cobra can generate a shell-completion file for the following shells: Bash, Zsh, Fish, Powershell. Custom, dynamic completions are supported too. If you add more information to your commands, these completions can be amazingly powerful and flexible. Read more about it in [Shell Completions](shell_completions.md).
|
||||
|
||||
*Note: For generating **custom** shell completions for `zsh`, [use the master branch](https://stackoverflow.com/a/56410071/9606036) in your `.mod` file.*
|
||||
|
||||
# Contributing
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue