class Barista::Behaviors::Brew::SupervisorCommand

Defined in:

barista/behaviors/brew/supervisor_command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : String, args : Array(String) = [] of String, *, task : Brew::Task, as_user : String | Nil = nil, env : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def args : Array(String) #

[View source]
def as_user : String? #

[View source]
def command : String #

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

[View source]
def eval_script #

[View source]
def execute #

[View source]
def init_io : IO | Process::Redirect #

[View source]
def safe_command #

[View source]

[View source]