EntryPoint
Show / Hide Table of Contents

Namespace EntryPoint

Classes

BaseCliArguments

The base class which must be derived from for a CliArguments implementation

BaseCliCommands

The base class which must be derived from for a CliCommands implement

Cli

The main API for EntryPoint

CommandAttribute

Used to mark a method as a Command, in a CliCommands class

DefaultCommandAttribute

Used to mark a Command method as the default, when no command is provided

EnvironmentVariableAttribute

Declares an Environment Variable

HelpAttribute

Used to provide additional information to display in the --help Option. May be applied to: Class: for a description of the utility Property: for a description of the option's usage Method: for a Command class's command methods

OperandAttribute

Declares a positional Operand argument

OptionAttribute

Declares a standard Option argument which can either be On or Off

OptionParameterAttribute

Declares an Option argument which requires a parameter after the Option is invoked

RequiredAttribute

Used to mark an Option, Operand or Command as required

  • Improve this Doc