Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
On this page
On this page
Table of Contents for current page
parse(parser: CliParser, args)
Returns
On this page
cli::parse
parse(parser: CliParser, args)
Parameter
Type
Description
parser
CliParser
The parser to modify
args
Iterable
A collection of strings
Parses the given arguments using the given parser.
Returns
(nil)