Class HelpCommand
Special case. Used to print help instructions for the specified command
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
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.String | module | |
System.String | name | |
IEnumerable<Tuple<System.String, System.String>> | arguments |