From be4a98c371876e7c57d24329baf3d8855e67349b Mon Sep 17 00:00:00 2001 From: Frank Xu Date: Tue, 21 Feb 2023 17:52:44 +0800 Subject: [PATCH] Fix #15 - "cobra" should be "cobra-cli" --- content/home/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/home/about.md b/content/home/about.md index c4d63c0..16e2609 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -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.