class CliOptions

Defined in:

cli_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(original_options : Array(String)) #

[View source]

Instance Method Detail

def def_locators : Array(String) #

[View source]
def entrypoint : String #

[View source]
def original_options : Array(String) #

[View source]
def parse : CliOptions #

[View source]
def type_blocks? : Bool #

[View source]
def type_double_splats? : Bool #

[View source]
def type_splats? : Bool #

[View source]
def use_prelude? : Bool #

[View source]