class

Obsctl::Service::SystemCommandRunner

Inherits Reference < Object

Thin wrapper around Process.run for system command dependency injection.

Instance methods

run(command : String, args : Array(String)) : Process::Status

Runs a system command while inheriting stdout and stderr.

Source