class Argz::Example

Defined in:

argz/example.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Instance methods inherited from class Argz::DSL

build(&) build

Class methods inherited from class Argz::DSL

build(&) build

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.command : String | String.class #

The actual command example.


[View source]
def self.title : String | String.class #

Add a title for your example.


[View source]

Instance Method Detail

def command(str : String) #

The actual command example.


[View source]
def title(str : String) #

Add a title for your example.


[View source]

Macro Detail

macro method(name, variable) #

[View source]
macro shortcut(name, short) #

[View source]