Skip to content

Commit dc0bda8

Browse files
PR comments
1 parent d6772b3 commit dc0bda8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/algorand-indexer/api_config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,5 @@ var apiConfigCmd = &cobra.Command{
5959
}
6060

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

0 commit comments

Comments
 (0)