# Packages
Package config [used for configuring the package].
# Functions
Get job by type name
nolint:cyclop // The string map alternative is orders of magnitude slower.
NewConfigOptionsWithFlags returns ConfigOptions initialized with command line flags.
NewGlobalConfigWithFlags returns a GlobalConfig initialized with command line flags.
NewRunner according to the config.
# Structs
BasicJobConfig comment for linter.
ConfigOptions for fetching job configs for the runner.
GlobalConfig passes commandline arguments to every job.
Runner executes jobs according to the (fetched from remote) configuration.
# Type aliases
Job comment for linter.