class Omnibus::Patch

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(patch_file : String, *, plevel : Int32 = 1, chdir : String | Nil = nil, env : Hash(String, String) | Nil = nil) #

must be absolute paths


[View source]

Instance Method Detail

def chdir : String? #

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

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

[View source]
def patch_file : String #

[View source]
def plevel : Int32 #

[View source]