Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Class: RT.CommandLine.DocumentationRhoMLAttribute

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 RhoML, which is interpreted as described in CommandLineParser.Colorize(RhoElement).

Constructors

DocumentationRhoMLAttribute(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 RhoML, which is interpreted as described in CommandLineParser.Colorize(RhoElement).

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.