24 public override bool AppliesTo(
string CommandLine,
string[] Arguments, out
object Details)
27 return Arguments.Length == 2;
abstract string[] HelpParagraphs
Markdown description of syntax.
abstract string Name
Command name
An administrative command taking one parameter.
abstract string ParameterName
Name of parameter.
An administrative command taking two parameters.
override HelpItem[] GetHelp()
Gets help about the command.
override bool AppliesTo(string CommandLine, string[] Arguments, out object Details)
If the command is applicable to the given command line.
CommandTwoParameters()
An administrative command taking two parameters.
abstract string Parameter2Name
Name of second parameter.
Contains an item of information about a command.