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