module

Pog::Run

Constants

NB = ["install", "add", "remove", "i", "uninstall"]

Commands to be forwarded to package manager

Instance methods

bin_paths

Returns the path(s) of tghe binaries

Source
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

Source