Skip to content

Commit

Permalink
Side fix for hidden state on gqlerrorloggin
Browse files Browse the repository at this point in the history
  • Loading branch information
codepope committed Jun 26, 2020
1 parent 25d4a54 commit 37de9d3
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 @@ -57,7 +57,7 @@ func init() {

rootCmd.PersistentFlags().Bool("gqlerrorlogging", false, "Log GraphQL errors directly to stdout")

rootCmd.Flags().MarkHidden("gqlerrorlogging")
rootCmd.PersistentFlags().MarkHidden("gqlerrorlogging")

rootCmd.AddCommand(
newAuthCommand(),
Expand Down

0 comments on commit 37de9d3

Please sign in to comment.