Declaration
public DocumentationAttribute(
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. See Remarks.
Remarks
This attribute specifies the documentation in plain text. All characters are printed exactly as specified. You may
wish to use
DocumentationRhoMLAttribute to specify documentation with special markup for
command-line-related concepts, as well as
DocumentationEggsMLAttribute for an alternative markup
language without command-line specific concepts.