Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
cli::setDescription
setDescription(parser: CliParser, description: String)
Parameter
Type
Description
parser
CliParser
The parser to modify
description
String
A description of what the program/script/verb/etc. does
Sets a description for the parser.
Returns
(*) The parser that was given.