Correct code formatting

This commit is contained in:
Milan Jovanovic 2019-09-19 12:55:12 +01:00
parent 0c47c471c4
commit 90e9437a89

View file

@ -115,7 +115,7 @@ type Command struct {
// PersistentPostRunE: PersistentPostRun but returns an error.
PersistentPostRunE func(cmd *Command, args []string) error
// OnCommandNotFound: custom CommandNotFound handler
OnCommandNotFound func (cmd *Command, args []string)
OnCommandNotFound func(cmd *Command, args []string)
// SilenceErrors is an option to quiet errors down stream.
SilenceErrors bool