Show / Hide Table of Contents

    Class HelpCommand

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

    Inheritance
    System.Object
    Command
    HelpCommand
    Inherited Members
    Command.Empty
    Command.Module
    Command.Name
    Command.Arguments
    Command.Equals(Object)
    Command.GetHashCode()
    Command.ToString()
    Command.ToString(Boolean)
    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
    Back to top Generated by DocFX