Summary
Use this attribute to write the help text that describes (documents) a command-line option or command. Specifying
multiple strings will create multiple columns in the table. The documentation is to be specified in
EggsML, which is interpreted as described in
CommandLineParser.Colorize(EggsNode).
Constructors
|
Use this attribute to write the help text that describes (documents) a command-line option or command. Specifying
multiple strings will create multiple columns in the table. The documentation is to be specified in EggsML, which is interpreted as described in CommandLineParser.Colorize(EggsNode). |
Instance properties
| string | | Gets a string describing the documentation format to the programmer (not seen by the users). |
| ConsoleColoredString[] | |
Gets the console-colored documentation string. Note that this property may throw if the text couldn't be parsed
where applicable. |