HelpSectionArgInfoContent.ArgInfo

The information about the arg.

class HelpSectionArgInfoContent
struct ArgInfo {}

Members

Variables

description
string description;

The description of the argument.

isOptional
ArgIsOptional isOptional;

Whether the arg is optional or not.

names
string[] names;

The different names that this arg can be used with (e.g 'v', 'verbose').

Meta