dub v0.9.21-beta.2 (2013-12-15T16:54:20Z)
Dub
Repo
CommandGroup
dub
commandline
Undocumented in source.
struct
CommandGroup {
string
caption
;
Command
[]
commands
;
this
(string caption, Command[] commands);
}
Constructors
this
this
(string caption, Command[] commands)
Undocumented in source.
Members
Variables
caption
string
caption
;
Undocumented in source.
commands
Command
[]
commands
;
Undocumented in source.
Meta
Source
See Implementation
dub
commandline
classes
AddLocalCommand
AddPathCommand
BuildCommand
Command
CommandArgs
DescribeCommand
FetchCommand
FetchRemoveCommand
GenerateCommand
InitCommand
InstallCommand
ListCommand
ListInstalledCommand
PackageBuildCommand
RegistrationCommand
RemoveCommand
RemoveLocalCommand
RemovePathCommand
RunCommand
TestCommand
UninstallCommand
UpgradeCommand
functions
runDubCommandLine
structs
CommandGroup