class ArgParser
- ArgParser
- Reference
- Object
Included Modules
- Iterator(String)
Defined in:
arg_parser.crarg_parser/version.cr
Constant Summary
-
VERSION =
"0.1.0"
Constructors
Class Method Summary
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Class Method Detail
Instance Method Detail
def next
#
Description copied from module Iterator(String)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.