We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6772b3 commit dc0bda8Copy full SHA for dc0bda8
cmd/algorand-indexer/api_config.go
@@ -59,6 +59,5 @@ var apiConfigCmd = &cobra.Command{
59
}
60
61
func init() {
62
- apiConfigCmd.Flags().BoolVarP(&showAllDisabled, "all", "", false, "show all api config parameters, enabled and disabled")
63
- apiConfigCmd.Flags().Lookup("all").NoOptDefVal = "true"
+ apiConfigCmd.Flags().BoolVar(&showAllDisabled, "all", false, "show all api config parameters, enabled and disabled")
64
0 commit comments