abstract class Commander::Parser::Base

Direct Known Subclasses

Defined in:

commander/parser/base.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(param : String, next_param : Nil | String, skip_next : -> Array(Int32), flags : Commander::Flags, options : Commander::Options, ignore_unmapped_flags : Bool = false) #

[View source]

Instance Method Detail

def flags : Flags #

[View source]
def ignore_unmapped_flags? : Bool #

[View source]
def next_param : String | Nil #

[View source]
def options : Options #

[View source]
def param : String #

[View source]
def skip_next : Proc(Array(Int32)) #

[View source]