Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
linterr
Browse files Browse the repository at this point in the history
  • Loading branch information
tseelbach committed Feb 7, 2020
1 parent de7b883 commit a63f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func init() {
rootCmd.PersistentFlags().BoolVarP(&verboseHTTP, "debug http", "x", false, "Turns on debug output for http request/responses")
err := rootCmd.PersistentFlags().MarkHidden("debug http")
if err != nil {
fmt.Fprintln(os.Stdout, "err with MarkHidden")
fmt.Fprintln(os.Stdout, "err with MarkHidden")
}
//rootCmd.Execute()
// not implemented: rootCmd.PersistentFlags().BoolVar(&dryrun, "dryrun", false, "Turns on dry run mode")
Expand Down

0 comments on commit a63f61b

Please sign in to comment.