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

Method help

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

Source from the content-addressed store, hash-verified

16 }
17
18 help() {
19
20 return {
21 description: 'Logs out of Autocode in this workspace',
22 flags: {
23 'f': 'Force - clears information even if current Access Token invalid'
24 },
25 vflags: {
26 'force': 'Force - clears information even if current Access Token invalid'
27 }
28 };
29
30 }
31
32 run(params, callback) {
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected