mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 17:58:18 -07:00
Merge pull request #278 from kevintpeng/patch-1
Fixed Small Comment Typo
This commit is contained in:
commit
f368244301
@ -747,7 +747,7 @@ func (c *Command) AddCommand(cmds ...*Command) {
|
||||
}
|
||||
}
|
||||
|
||||
// AddCommand removes one or more commands from a parent command.
|
||||
// RemoveCommand removes one or more commands from a parent command.
|
||||
func (c *Command) RemoveCommand(cmds ...*Command) {
|
||||
commands := []*Command{}
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user