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)
Sourcenew(input : Array(String), options : Options = Options.new)
Source