We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6289582 commit acd0ad6Copy full SHA for acd0ad6
internal/flags/flags.go
@@ -6,7 +6,6 @@ import (
6
7
// Flags represent a set of configurable options affecting runtime behavior and configuration visibility.
8
type Flags struct {
9
-
10
// ShowConfigToken determines if the configuration token value should be displayed when accessing the configuration endpoint.
11
ShowConfigToken bool `json:"show_config_token" mapstructure:"show_config_token"`
12
0 commit comments