# Functions
CheckBenchmarkInitFatal checks the specified error and treats it as fatal if not nil.
CheckFatal checks the specified error and treats it as fatal if not nil.
CheckUserArgFatal checks the specified error and treats it as fatal if not nil.
CreateConfigCommand creates the 'config' sub command.
CreateUpdateCommand creates the 'config' sub command.
GetBool tries to get a user argument.
GetConfigFilePath resolved the effective config file.
GetInt tries to get a user argument.
GetString tries to get a user argument.
GetStringSlice tries to get a user argument.
IsExperimentEnabled checks whether the specified experiment is enabled by the command line.
NewAbortionError creates a new abortion error with the specified message.
NewAbortOnErrorListener creates a new listener that logs abortion events.
NewFatalUserErrorf creates a new fatal user error with the specified message format.
NewRootCommand creates the main command parse.
ResolveOutputArg resolves an output file argument based on user input.
# Constants
ArgNameAlternate : program arg name.
ArgNameConfig : program arg name.
ArgNameConfigExample : program arg name.
ArgNameDebug : program arg name.
ArgNameExecutions : program arg name.
ArgNameExperimental : enables a named experimental feature.
ArgNameFailFast : program arg name.
ArgNameFormat : program arg name.
ArgNameHeaders : program arg name.
ArgNameLabel : program arg name.
ArgNameOutputFile : program arg name.
ArgNamePipeStderr : program arg name.
ArgNamePipeStdout : program arg name.
ArgNameSilent : program arg name.
ArgReportUTCDate : specifies that reports should report UTC time.
ArgValueReportFormatCsv : CSV report format arg value.
ArgValueReportFormatCsvRaw : CSV raw data report format value.
ArgValueReportFormatJSON : JSON report format arg value.
ArgValueReportFormatMarkdown : Markdown report format arg value.
ArgValueReportFormatMarkdownRaw : Markdown report format arg value.
ArgValueReportFormatTxt : Plain text report format arg value.
DirectoryConfigFileName : working directory default config file name.
# Variables
StreamingReportFormats a slice containing the values that represent report formats that are reporting in streaming.
# Structs
AbortionError a marker type for fatal user errors.
FatalUserError a marker type for fatal user errors.
# Type aliases
CheckFatalFn checks the specified error and treats it as fatal if not nil.
IsValidFn validates the input string and returns true if valid otherwise false.