class Hello::Parser

Defined in:

hello/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def options : Options #

[View source]
def parse(args = ARGV) : Options #
Description copied from class OptionParser

Parses the passed args (defaults to ARGV), running the handlers associated to each option.


[View source]
def show_help #

[View source]
def show_version #

[View source]