class Crytic::ProcessProcessRunner

Overview

Runs processes using crystals Process class

Defined in:

crytic/process_process_runner.cr

Instance Method Summary

Instance methods inherited from class Crytic::ProcessRunner

run(cmd : String, args : Array(String), output, error) run

Instance Method Detail

def run(cmd, args, output, error, timeout) #

Run the given command with args and save output to given io Times out and kills the provess after given period.


[View source]
def run(cmd, args, output, error) #

Run the given command with args and save output to given io


[View source]