module Pog::Run

Extended Modules

Defined in:

pog/run.cr

Constant Summary

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

Commands to be forwarded to package manager

Instance Method Summary

Instance Method Detail

def bin_paths #

Returns the path(s) of tghe binaries


[View source]
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


[View source]
def run #

[View source]