mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
typo in zsh-completions.md
This commit is contained in:
parent
edbb6712e2
commit
601d83077b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ The generated completion script should be put somewhere in your `$fpath` named
|
|||
family of commands.
|
||||
* The requirement for argument to the flag is decided by the `.NoOptDefVal`
|
||||
flag value - if it's empty then completion will expect an argument.
|
||||
* Flags of one of the various `*Arrary` and `*Slice` types supports multiple
|
||||
* Flags of one of the various `*Array` and `*Slice` types supports multiple
|
||||
specifications (with or without argument depending on the specific type).
|
||||
* Completion of positional arguments using the following rules:
|
||||
* Argument position for all options below starts at `1`. If argument position
|
||||
|
|
Loading…
Reference in a new issue