class

Cling::Parser

Inherits Reference < Object

Handles parsing command line arguments into raw argument objects (see Result) which are used by the Executor at execution time.

Constructors

new(input : String, options : Options = Options.new)
Source
new(input : Array(String), options : Options = Options.new)
Source

Instance methods

parse

Parses the command line arguments from the reader and returns a hash of the results.

Source

Nested types