class Clim::Command::SubCommands

Defined in:

clim/command/sub_commands.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sub_commands : Array(Command) = [] of Command) #

[View source]

Instance Method Detail

def <<(command : Command) #

[View source]
def find_by_name(name) : Array(Command) #

[View source]
def help_info #

[View source]
def to_a : Array(Clim::Command) #

[View source]