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

Method constructor

cli/commands/down.js:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11class DownCommand extends Command {
12
13 constructor() {
14
15 super('down');
16
17 }
18
19 help() {
20

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected