mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
Use cobra create instead of cobra init in README.md (#396)
This commit is contained in:
parent
4d2c4afa04
commit
c0bd07d7ba
@ -40,7 +40,7 @@ Cobra provides:
|
||||
* Fully POSIX-compliant flags (including short & long versions)
|
||||
* Nested subcommands
|
||||
* Global, local and cascading flags
|
||||
* Easy generation of applications & commands with `cobra create appname` & `cobra add cmdname`
|
||||
* Easy generation of applications & commands with `cobra init appname` & `cobra add cmdname`
|
||||
* Intelligent suggestions (`app srver`... did you mean `app server`?)
|
||||
* Automatic help generation for commands and flags
|
||||
* Automatic detailed help for `app help [command]`
|
||||
|
Loading…
Reference in New Issue
Block a user