abstract class Glassy::Console::Command

Defined in:

glassy-console/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(input : Input, output : Output) #

[View source]

Instance Method Detail

def describe #

[View source]
abstract def description : String #

[View source]
abstract def execute_arguments(args : Array(String)) : Void #

[View source]
abstract def get_metadata : Array(Hash(String, String)) #

[View source]
def input : Input #

[View source]
def input=(input : Input) #

[View source]
abstract def name : String #

[View source]
def output : Output #

[View source]
def output=(output : Output) #

[View source]