Show / Hide Table of Contents

Class HelpCommand

Special case. Used to print help instructions for the specified command

Inheritance
object
Command
HelpCommand
Implements
INoSerializationVerificationNeeded
Inherited Members
Command.Empty
Command.Module
Command.Name
Command.Arguments
Command.Equals(object)
Command.GetHashCode()
Command.ToString()
Command.ToString(bool)
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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

Implements

INoSerializationVerificationNeeded
In this article
Back to top Generated by DocFX