dub v0.9.21-beta.2 (2013-12-15T16:54:20Z)
Dub
Repo
FetchRemoveCommand
dub
commandline
Undocumented in source.
class
FetchRemoveCommand :
Command
{
protected
string
m_version
;
protected
bool
m_system
;
protected
bool
m_local
;
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.
Variables
m_local
bool
m_local
;
Undocumented in source.
m_system
bool
m_system
;
Undocumented in source.
m_version
string
m_version
;
Undocumented in source.
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.
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
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