Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "3.0.0-alpha.3"
Version is the version of the current build. It follows semantic versioning.
Variables ¶
View Source
var BinaryName string
View Source
var RootCmd = &cobra.Command{ Use: BinaryName, Short: "A friendly command-line interface to Exercism.", Long: `A command-line interface for https://v2.exercism.io. Download exercises and submit your solutions.`, }
RootCmd represents the base command when called without any subcommands.
Functions ¶
func BailOnError ¶
func BailOnError(err error)
BailOnError handles exitable errors in commands. TODO: figure out what goes here.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.