mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
Fix typo at docstring for HasHelpSubCommands
s/avilable/available
This commit is contained in:
parent
9d9ce1213e
commit
77700138b4
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ func (c *Command) IsHelpCommand() bool {
|
|||
return true
|
||||
}
|
||||
|
||||
// HasHelpSubCommands determines if a command has any avilable 'help' sub commands
|
||||
// HasHelpSubCommands determines if a command has any available 'help' sub commands
|
||||
// that need to be shown in the usage/help default template under 'additional help
|
||||
// topics'
|
||||
func (c *Command) HasHelpSubCommands() bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue