class Commander::Commands

Included Modules

Defined in:

commander/commands.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(flags : Flags) #

[View source]

Instance Method Detail

def add(&) #

[View source]
def add(command : Command) #

[View source]
def commands : Array(Command) #

[View source]
def each(&) #
Description copied from module Enumerable(Commander::Command)

Must yield this collection's elements to the block.


[View source]