class Cling::Parser
- Cling::Parser
- Reference
- Object
Overview
Handles parsing command line arguments into raw argument objects (see Result
) which are used
by the Executor
at execution time.
Defined in:
cling/parser.crConstructors
- .new(input : String, options : Options = Options.new)
- .new(input : Array(String), options : Options = Options.new)
Instance Method Summary
-
#parse : Array(Result)
Parses the command line arguments from the reader and returns a hash of the results.
Constructor Detail
Instance Method Detail
Parses the command line arguments from the reader and returns a hash of the results.