button v0.1.0 (2016-06-27T04:12:33Z)
Dub
Repo
InvalidCommand
button
cli
options
Thrown when an invalid command name is given to
runCommand
.
class
InvalidCommand : Exception {
this
(string msg);
}
Constructors
this
this
(string msg)
Undocumented in source.
Meta
Source
See Implementation
button
cli
options
aliases
OptionsList
classes
InvalidCommand
enums
ConvertFormat
functions
runCommand
structs
BuildOptions
CleanOptions
Command
ConvertOptions
Description
GCOptions
GlobalOptions
GraphOptions
HelpOptions
InitOptions
StatusOptions
VersionOptions
variables
globalHelp
globalUsage
Thrown when an invalid command name is given to runCommand.