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

Method constructor

cli/commands/version.js:7–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5class VersionCommand extends Command {
6
7 constructor() {
8
9 super('version');
10
11 }
12
13 help() {
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected