Skip to content

Commit

Permalink
Fix spf13#15 - "cobra" should be "cobra-cli"
Browse files Browse the repository at this point in the history
  • Loading branch information
northbright committed Feb 21, 2023
1 parent 12b631a commit be4a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/home/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It was created by Go team member, [spf13](https://twitter.com/spf13) for [hugo](
* Fully POSIX-compliant flags (including short & long versions)
* Nested subcommands
* Global, local and cascading flags
* Easy generation of applications & commands with `cobra init appname` & `cobra add cmdname`
* Easy generation of applications & commands with `cobra-cli init appname` & `cobra-cli add cmdname`
* Intelligent suggestions (`app srver`... did you mean `app server`?)
* Automatic help generation for commands and flags
* Automatic help flag recognition of `-h`, `--help`, etc.
Expand Down

0 comments on commit be4a98c

Please sign in to comment.