MCPcopy
hub / github.com/di-sukharev/opencommit / normalizeArgs

Function normalizeArgs

out/cli.cjs:66738–66743  ·  view source on GitHub ↗
(file, args = [])

Source from the content-addressed store, hash-verified

66736 reject(error);
66737 });
66738 }
66739});
66740
66741// node_modules/execa/lib/command.js
66742var import_node_buffer = require("node:buffer");
66743var import_node_child_process2 = require("node:child_process");
66744var normalizeArgs = (file, args = []) => {
66745 if (!Array.isArray(args)) {
66746 return [file];

Callers 2

joinCommandFunction · 0.85
getEscapedCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…