mirror of
https://github.com/spf13/cobra
synced 2025-04-27 17:17:20 +00:00
adjust readme writing error
This commit is contained in:
parent
283e32d889
commit
1bd0dd1d30
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Cobra provides:
|
||||||
* Fully POSIX-compliant flags (including short & long versions)
|
* Fully POSIX-compliant flags (including short & long versions)
|
||||||
* Nested subcommands
|
* Nested subcommands
|
||||||
* Global, local and cascading flags
|
* Global, local and cascading flags
|
||||||
* Intelligent suggestions (`app srver`... did you mean `app server`?)
|
* Intelligent suggestions (`app server`... did you mean `app server`?)
|
||||||
* Automatic help generation for commands and flags
|
* Automatic help generation for commands and flags
|
||||||
* Grouping help for subcommands
|
* Grouping help for subcommands
|
||||||
* Automatic help flag recognition of `-h`, `--help`, etc.
|
* Automatic help flag recognition of `-h`, `--help`, etc.
|
||||||
|
|
Loading…
Add table
Reference in a new issue