class Omnibus::Patch
- Omnibus::Patch
- Omnibus::BaseCommand
- Reference
- Object
Defined in:
omnibus/builder.crConstructors
-
.new(patch_file : String, *, plevel : Int32 = 1, chdir : String | Nil = nil, env : Hash(String, String) | Nil = nil)
must be absolute paths
Instance Method Summary
- #chdir : String?
- #env : Hash(String, String)?
- #execute(name, color)
- #patch_file : String
- #plevel : Int32
Instance methods inherited from class Omnibus::BaseCommand
execute(name : Symbol, color : Symbol)
execute
Constructor Detail
def self.new(patch_file : String, *, plevel : Int32 = 1, chdir : String | Nil = nil, env : Hash(String, String) | Nil = nil)
#
must be absolute paths