module Argz::App

Defined in:

argz/app.cr

Class Method Summary

Macro Summary

Class Method Detail

def self.bin(str : String) #

[View source]
def self.bin #

[View source]
def self.bin=(str : String) #

[View source]
def self.build(&) #

[View source]
def self.command(name : String, required = false, default = "", &) #

[View source]
def self.command(&) #

[View source]
def self.commands(&) #

[View source]
def self.commands #

[View source]
def self.desc(str : String) #

[View source]
def self.description(str : String) #

[View source]
def self.description #

[View source]
def self.description=(str : String) #

[View source]
def self.name(str : String) #

[View source]
def self.name #

[View source]
def self.name=(str : String) #

[View source]
def self.run! #

[View source]
def self.show_options #

[View source]
def self.smry(str : String) #

[View source]
def self.summary(str : String) #

[View source]
def self.summary #

[View source]
def self.summary=(str : String) #

[View source]
def self.version(str : String) #

[View source]
def self.version #

[View source]
def self.version=(str : String) #

[View source]

Macro Detail

macro method(name, default) #

[View source]