dub v0.9.23-rc.2 (2015-04-02T19:36:12Z)
Dub
Repo
Command
dub
commandline
Undocumented in source.
class
Command {
string
name
;
string
argumentsPattern
;
string
description
;
string
[]
helpText
;
bool
acceptsAppArgs
;
bool
hidden
;
bool
skipDubInitialization
;
void
prepare
(CommandArgs args);
int
execute
(Dub dub, string[] free_args, string[] app_args);
}
Members
Functions
execute
int
execute
(Dub dub, string[] free_args, string[] app_args)
Undocumented in source.
prepare
void
prepare
(CommandArgs args)
Undocumented in source.
Variables
acceptsAppArgs
bool
acceptsAppArgs
;
Undocumented in source.
argumentsPattern
string
argumentsPattern
;
Undocumented in source.
description
string
description
;
Undocumented in source.
helpText
string
[]
helpText
;
Undocumented in source.
hidden
bool
hidden
;
Undocumented in source.
name
string
name
;
Undocumented in source.
skipDubInitialization
bool
skipDubInitialization
;
Undocumented in source.
Meta
Source
See Implementation
dub
commandline
classes
AddLocalCommand
AddOverrideCommand
AddPathCommand
BuildCommand
CleanCachesCommand
CleanCommand
Command
CommandArgs
DescribeCommand
DustmiteCommand
FetchCommand
FetchRemoveCommand
GenerateCommand
InitCommand
InstallCommand
ListCommand
ListInstalledCommand
ListOverridesCommand
PackageBuildCommand
RegistrationCommand
RemoveCommand
RemoveLocalCommand
RemoveOverrideCommand
RemovePathCommand
RunCommand
TestCommand
UninstallCommand
UpgradeCommand
functions
runDubCommandLine
structs
CommandGroup