24 public override bool AppliesTo(
string CommandLine,
string[] Arguments, out
object Details)
27 return Arguments.Length == 1;
An administrative command with no parameters.
abstract string[] HelpParagraphs
Markdown description of syntax.
abstract string Name
Command name
An administrative command taking one parameter.
CommandOneParameter()
An administrative command taking one parameter.
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.
abstract string ParameterName
Name of parameter.
Contains an item of information about a command.