Documentation ¶ Index ¶ Variables func CreateRootCmd() *cobra.Command func Execute() error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrEmptyBenchmarks = errors.New("benchmarks argument cannot be an empty list") ErrEmptyProfiles = errors.New("profiles argument cannot be an empty list") ErrBracket = errors.New("argument must be wrapped in brackets") ) Functions ¶ func CreateRootCmd ¶ func CreateRootCmd() *cobra.Command CreateRootCmd creates and returns the root cobra command. func Execute ¶ func Execute() error Execute runs the CLI application Types ¶ This section is empty. Source Files ¶ View all Source files api.goglobals.gohelpers.go Click to show internal directories. Click to hide internal directories.