Documentation ¶
Overview ¶
flags package is a helper package for processing and interactive command line flags
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ValidOutputFormats = []string{dump.JSONFormat, dump.YAMLFormat, dump.YMLFormat} CredentialsOutputFormats = []string{"env", "json", "properties"} )
Functions ¶
func EnableOutputFlagCompletion ¶
// EnableOutputFlagCompletion enables autocompletion for output flag
func EnableStaticFlagCompletion ¶
EnableStaticFlagCompletion enables autocompletion for flags with predefined valid values
func IsValidInput ¶
IsValidInput checks if the input value is in the range of valid values
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.