class ArgParser

Included Modules

Defined in:

arg_parser.cr
arg_parser/version.cr

Constant Summary

VERSION = "0.1.0"

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(args : String) #

[View source]

Class Method Detail

def self.parse(args) #

[View source]

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.


[View source]