class Omnibus::Command

Defined in:

omnibus/builder.cr

Constructors

Instance Method Summary

Instance methods inherited from class Omnibus::BaseCommand

execute(name : Symbol, color : Symbol) execute

Constructor Detail

def self.new(command : String, *, chdir : String | Nil = nil, env : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def chdir : String? #

[View source]
def command : String #

[View source]
def env : Hash(String, String)? #

[View source]
def execute(name, color) #

[View source]
def log_output(name, output, error, color) #

[View source]