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

Method help

cli/commands/download.js:41–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 help() {
42
43 return {
44 description: 'Retrieves and extracts Autocode package',
45 args: [
46 'username/name OR username/name@env OR username/name@version'
47 ],
48 flags: {
49 w: 'Write over - overwrite the target directory contents'
50 },
51 vflags: {
52 'write-over': 'Write over - overwrite the target directory contents'
53 }
54 };
55
56 }
57
58 run(params, callback) {
59

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected