Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.CommandLine.DocumentationEggsMLAttribute

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

DocumentationEggsMLAttribute(params string[] documentation)
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

stringGets 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.