MCPcopy Create free account
hub / github.com/acode/cli / run

Method run

cli/commands/release.js:25–31  ·  view source on GitHub ↗
(params, callback)

Source from the content-addressed store, hash-verified

23 }
24
25 run(params, callback) {
26
27 params.flags.r = [];
28 params.args = [];
29 UpCommand.prototype.run.call(this, params, callback);
30
31 }
32
33}
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected