MCPcopy Create free account
hub / github.com/TechJeeper/Printventory / run

Function run

scripts/container-runtime.js:84–86  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

82}
83
84function run(args, options = {}) {
85 execSync(`${getRuntime()} ${args}`, { stdio: 'inherit', shell: true, ...options });
86}
87
88function runQuiet(args, options = {}) {
89 return execSync(`${getRuntime()} ${args}`, { stdio: 'pipe', shell: true, ...options });

Callers 1

syncAuthToPodmanMachineFunction · 0.85

Calls 1

getRuntimeFunction · 0.85

Tested by

no test coverage detected