Update libcontainer dependency
This commit is contained in:
4
vendor/github.com/spf13/cobra/command.go
generated
vendored
4
vendor/github.com/spf13/cobra/command.go
generated
vendored
@@ -295,7 +295,9 @@ func (c *Command) HelpTemplate() string {
|
||||
if c.HasParent() {
|
||||
return c.parent.HelpTemplate()
|
||||
}
|
||||
return `{{with or .Long .Short }}{{. | trim}}{{end}}{{if or .Runnable .HasSubCommands}}{{.UsageString}}{{end}}`
|
||||
return `{{with or .Long .Short }}{{. | trim}}
|
||||
|
||||
{{end}}{{if or .Runnable .HasSubCommands}}{{.UsageString}}{{end}}`
|
||||
}
|
||||
|
||||
// Really only used when casting a command to a commander
|
||||
|
||||
Reference in New Issue
Block a user