mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
cobra create is cobra init
This commit is contained in:
parent
fcd0c5a1df
commit
1c86c339af
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,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
|
||||||
* 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`?)
|
* Intelligent suggestions (`app srver`... did you mean `app server`?)
|
||||||
* Automatic help generation for commands and flags
|
* Automatic help generation for commands and flags
|
||||||
* Automatic detailed help for `app help [command]`
|
* Automatic detailed help for `app help [command]`
|
||||||
|
|
Loading…
Add table
Reference in a new issue