dub v1.31.0 (2023-02-01T17:13:01Z)
Dub
Repo
AddPathCommand
dub
commandline
Undocumented in source.
class
AddPathCommand :
RegistrationCommand
{
this
();
int
execute
(Dub dub, string[] free_args, string[] app_args);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
execute
int
execute
(Dub dub, string[] free_args, string[] app_args)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From RegistrationCommand
prepare
void
prepare
(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
execute
int
execute
(Dub dub, string[] free_args, string[] app_args)
Undocumented in source.
Meta
Source
See Implementation
dub
commandline
classes
AddCommand
AddLocalCommand
AddOverrideCommand
AddPathCommand
BuildCommand
CleanCachesCommand
CleanCommand
Command
CommandArgs
ConvertCommand
DescribeCommand
DustmiteCommand
FetchCommand
FetchRemoveCommand
GenerateCommand
HelpCommand
InitCommand
LintCommand
ListCommand
ListOverridesCommand
PackageBuildCommand
RegistrationCommand
RemoveCommand
RemoveLocalCommand
RemoveOverrideCommand
RemovePathCommand
RunCommand
SearchCommand
TestCommand
UpgradeCommand
functions
extractCommandNameArgument
getCommands
runDubCommandLine
structs
CommandGroup
CommandLineHandler
CommonOptions