class Crytic::ProcessProcessRunner
- Crytic::ProcessProcessRunner
- Crytic::ProcessRunner
- Reference
- Object
Overview
Runs processes using crystals Process
class
Defined in:
crytic/process_process_runner.crInstance Method Summary
-
#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.
-
#run(cmd, args, output, error)
Run the given command with args and save output to given io
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.