RegistrationCommand

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)

Parses all known command line options without executing any actions.

execute
int execute(Dub dub, string[] free_args, string[] app_args)

Executes the actual action.

Meta