Skip to content

cli::setDescription

setDescription(parser: CliParser, description: String)

ParameterTypeDescription
parserCliParserThe parser to modify
descriptionStringA description of what the program/script/verb/etc. does

Sets a description for the parser.

Returns

(*) The parser that was given.