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

Method constructor

cli/commands/logout.js:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10class LogoutCommand extends Command {
11
12 constructor() {
13
14 super('logout');
15
16 }
17
18 help() {
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected