Skip to content

Commit 1fd2572

Browse files
usage string in error
Signed-off-by: Kartikay <[email protected]>
1 parent 46d42a0 commit 1fd2572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func Run() {
5555
commands.InjectRequestID,
5656
),
5757
SilenceErrors: true,
58-
SilenceUsage: true,
58+
SilenceUsage: false,
5959
}
6060
rootCmd.SetFlagErrorFunc(func(cmd *cobra.Command, err error) error {
6161
cmd.Println(err)

0 commit comments

Comments
 (0)