8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f93228 commit 792b4b5Copy full SHA for 792b4b5
cli/exp_errors.go
@@ -57,7 +57,7 @@ func (RootCmd) errorExample() *serpent.Command {
57
Long: "This command is pretty pointless, but without it testing errors is" +
58
"difficult to visually inspect. Error message formatting is inherently" +
59
"visual, so we need a way to quickly see what they look like.",
60
- Handler: func(_ *serpent.Invocation) error {
+ Handler: func(inv *serpent.Invocation) error {
61
return inv.Command.HelpHandler(inv)
62
},
63
Children: []*serpent.Command{
0 commit comments