module Pog::Run
Extended Modules
Defined in:
pog/run.crConstant Summary
-
NB =
["install", "add", "remove", "i", "uninstall"]
-
Commands to be forwarded to package manager
Instance Method Summary
-
#bin_paths
Returns the path(s) of tghe binaries
-
#command(cmd : String, args : Array(String), env : Hash(String, String | Nil) = ENV.to_h, cd : Path = Args["dir"].as(Path))
Command runner that accepts env vars
- #run
Instance Method Detail
def command(cmd : String, args : Array(String), env : Hash(String, String | Nil) = ENV.to_h, cd : Path = Args["dir"].as(Path))
#
Command runner that accepts env vars