module

Barista::Behaviors::Brew::ActionCommands

Inherits Barista::Behaviors::Software::Emittable < Barista::Behaviors::Software::OS::Information < Barista::Behaviors::Software::OS::PlatformFamily < Barista::Behaviors::Software::OS::Linux::Information

Instance methods

block(name = nil, &block : -> )
Source
command(str : String, **args)
Source
copy(src, dest, **args)
Source
emit(str : String)
Source
emit_error(str : String)
Source
mkdir(dir, **args)
Source
patch(path : String, **args)
Source
shellout(command : String, env : Hash(String, String) | Nil = nil, chdir : String | Nil = nil, as_user : String | Nil = nil)
Source
shellout(command : String, args : Array(String), env : Hash(String, String) | Nil = nil, chdir : String | Nil = nil, as_user : String | Nil = nil)
Source
success?(cmd, args, **opts)
Source
success?(cmd, **opts)
Source
sync(src, dest, **args, &block : Merger::Strategy)
Source
sync(src, dest, **args)
Source
template
Source

Nested types