mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +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: PersistentPostRun but returns an error.
|
||||||
PersistentPostRunE func(cmd *Command, args []string) error
|
PersistentPostRunE func(cmd *Command, args []string) error
|
||||||
// OnCommandNotFound: custom CommandNotFound handler
|
// 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 is an option to quiet errors down stream.
|
||||||
SilenceErrors bool
|
SilenceErrors bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue