mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
docs: Update README.md
This commit is contained in:
parent
7b1b6e8dc0
commit
bc8a58ff4d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Cobra provides:
|
||||||
* Automatically generated bash autocomplete for your application
|
* Automatically generated bash autocomplete for your application
|
||||||
* Automatically generated man pages for your application
|
* Automatically generated man pages for your application
|
||||||
* Command aliases so you can change things without breaking them
|
* Command aliases so you can change things without breaking them
|
||||||
* The flexibilty to define your own help, usage, etc.
|
* The flexibility to define your own help, usage, etc.
|
||||||
* Optional tight integration with [viper](http://github.com/spf13/viper) for 12-factor apps
|
* Optional tight integration with [viper](http://github.com/spf13/viper) for 12-factor apps
|
||||||
|
|
||||||
Cobra has an exceptionally clean interface and simple design without needless
|
Cobra has an exceptionally clean interface and simple design without needless
|
||||||
|
|
Loading…
Reference in a new issue