Class HelpCommand
Special case. Used to print help instructions for the specified command
Inherited Members
Namespace: Petabridge.Cmd
Assembly: cs.temp.dll.dll
Syntax
public class HelpCommand : Command
Constructors
HelpCommand(String, String, IEnumerable<Tuple<String, String>>)
Declaration
public HelpCommand(string module, string name, IEnumerable<Tuple<string, string>> arguments)
Parameters
Type | Name | Description |
---|---|---|
System. |
module | |
System. |
name | |
IEnumerable<Tuple<System. |
arguments |