dub v0.9.23-rc.2 (2015-04-02T19:36:12Z)
Dub
Repo
RegistrationCommand
dub
commandline
abstract
class
RegistrationCommand :
Command
{
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. Be warned that the author may not have intended to support it.
Inherited Members
From Command
name
string
name
;
Undocumented in source.
argumentsPattern
string
argumentsPattern
;
Undocumented in source.
description
string
description
;
Undocumented in source.
helpText
string
[]
helpText
;
Undocumented in source.
acceptsAppArgs
bool
acceptsAppArgs
;
Undocumented in source.
hidden
bool
hidden
;
Undocumented in source.
skipDubInitialization
bool
skipDubInitialization
;
Undocumented in source.
prepare
void
prepare
(CommandArgs args)
Undocumented in source.
execute
int
execute
(Dub dub, string[] free_args, string[] app_args)
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