class Runner

Defined in:

runner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(paths : Array(Path), events : Array(String), command_name : String, cmd : String, args : Array(String), timeout : Float64, on_start : Bool, delay : Float64 | Nil, show_cmd : Bool, clear_on_restart : Bool, process : Process | Nil) #

[View source]

Instance Method Detail

def run #

[View source]
def spawn_process(cmd, args) #

[View source]