Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AlgoStephenAkiki committed Mar 1, 2022
1 parent d6772b3 commit dc0bda8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/algorand-indexer/api_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,5 @@ var apiConfigCmd = &cobra.Command{
}

func init() {
apiConfigCmd.Flags().BoolVarP(&showAllDisabled, "all", "", false, "show all api config parameters, enabled and disabled")
apiConfigCmd.Flags().Lookup("all").NoOptDefVal = "true"
apiConfigCmd.Flags().BoolVar(&showAllDisabled, "all", false, "show all api config parameters, enabled and disabled")
}

0 comments on commit dc0bda8

Please sign in to comment.