class Glassy::Console::Application

Defined in:

glassy-console/application.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, output : Interfaces::Output, commands : Array(Command)) #

[View source]

Instance Method Detail

def display_main_screen #

[View source]
def find_command(cmd_name : String) : Command | Nil #

[View source]
def make_commands_by_prefix : Hash(String, Array(Command)) #

[View source]

[View source]
def run(argv : Array(String)) : Void #

[View source]
def run_command(cmd : Command, argv : Array(String)) : Void #

[View source]