mirror of
https://github.com/spf13/cobra
synced 2025-05-06 05:17:21 +00:00
Correct code formatting
This commit is contained in:
parent
0c47c471c4
commit
90e9437a89
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue