CommandArgument(String, String?, Boolean) Constructor

Definition

Assembly XenoAtom.CommandLine.dll

Creates a new instance of this class.

protected CommandArgument(string prototype, string? description, bool hidden = false)

Parameters

prototype
String

The prototype of this argument. E.g "<file>" or "<file>?".

description
String

The description of this argument.

hidden
Boolean

A boolean indicating if this argument is hidden.