# Functions
GenerateUseString creates a string representation of the 'Use' field for a given cobra command and a list of parameter definitions.
No description provided by the author
LoadParameterDefinitionsFromYAML loads a map of ParameterDefinitions from a YAML file.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseDate parses a string into a time.Time based on predefined date formats.
RenderValue renders the given value to string so that it can be parsed as a cobra command line flag.
StructToDataMap transforms a struct into a map[string]interface{} based on the `glazed.parameter` annotations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParameterTypeFile and ParameterTypeFileList are a more elaborate version that loads and parses the file content and returns a list of FileData objects (or a single object in the case of ParameterTypeFile).
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParameterTypeKeyValue signals either a string with comma separate key-value options, or when beginning with @, a file with key-value options.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
ParameterDefinition is a declarative way of describing a command line parameter.
ParameterDefinitions is an ordered map of ParameterDefinition.
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author