mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Delete tab in the long description of help
This commit is contained in:
parent
c46add8a65
commit
d994347eda
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ func (c *Command) InitDefaultHelpCmd() {
|
|||
Use: "help [command]",
|
||||
Short: "Help about any command",
|
||||
Long: `Help provides help for any command in the application.
|
||||
Simply type ` + c.Name() + ` help [path to command] for full details.`,
|
||||
Simply type ` + c.Name() + ` help [path to command] for full details.`,
|
||||
|
||||
Run: func(c *Command, args []string) {
|
||||
cmd, _, e := c.Root().Find(args)
|
||||
|
|
Loading…
Reference in a new issue