class Lolcat::Parser

Defined in:

lolcat/parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def help_message : String #

[View source]
def help_message=(help_message : String) #

[View source]
def opt : Options #

[View source]
def parse(args) #
Description copied from class OptionParser

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


[View source]