mirror of
https://github.com/spf13/cobra
synced 2024-11-05 21:37:14 +00:00
Merge pull request #93 from kennyballou/minor_grammar_fix
Fix minor wording issue in README
This commit is contained in:
commit
3c187e9045
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ A flag can also be assigned locally which will only apply to that specific comma
|
|||
|
||||
### Remove a command from its parent
|
||||
|
||||
Removing a command is not a common action is simple program but it allows 3rd parties to customize an existing command tree.
|
||||
Removing a command is not a common action in simple programs but it allows 3rd parties to customize an existing command tree.
|
||||
|
||||
In this exemple, we remove the existing `VersionCmd` command of an existing root command, and we replace it by our own version.
|
||||
|
||||
|
|
Loading…
Reference in a new issue