Pog::Run
Constants
NB = ["install", "add", "remove", "i", "uninstall"]
Commands to be forwarded to package manager
Instance methods
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
Source