Skip to content

Commit

Permalink
usage string in error
Browse files Browse the repository at this point in the history
Signed-off-by: Kartikay <kartikay_2101ce32@iitp.ac.in>
  • Loading branch information
kartikaysaxena committed Dec 26, 2024
1 parent 46d42a0 commit 1fd2572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func Run() {
commands.InjectRequestID,
),
SilenceErrors: true,
SilenceUsage: true,
SilenceUsage: false,
}
rootCmd.SetFlagErrorFunc(func(cmd *cobra.Command, err error) error {
cmd.Println(err)
Expand Down

0 comments on commit 1fd2572

Please sign in to comment.