Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: DocumentationEggsMLAttribute(params string[])

Declaration

public DocumentationEggsMLAttribute(
    params string[] documentation
)

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

See also