Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Yozgat::Shell
Subprocess helpers — never invoke a shell; args are passed verbatim.
Class methods
run
(command :
String
, args :
Array
(
String
) = [] of
String
, output :
Process::IO
=
Process::Redirect::Close
, error :
Process::IO
=
Process::Redirect::Close
, env :
Hash
(
String
,
String
) |
Nil
= nil) :
Process::Status
Source