class Barista::Behaviors::Brew::SupervisorCommand
- Barista::Behaviors::Brew::SupervisorCommand
- Reference
- Object
Defined in:
barista/behaviors/brew/supervisor_command.crConstructors
Instance Method Summary
- #args : Array(String)
- #as_user : String?
- #command : String
- #env : Hash(String, String)?
- #eval_script
- #execute
- #init_io : IO | Process::Redirect
- #safe_command
- #task : Barista::Behaviors::Brew::Task
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)
#