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

Method help

cli/commands/tokens/list.js:17–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 help() {
18 return {
19 description: 'Lists your remotely generated Identity Tokens (Authentication)',
20 flags: {
21 's': 'Silent mode - do not display information',
22 'a': 'All - show invalidated tokens as well'
23 },
24 vflags: {
25 'silent': 'Silent mode - do not display information',
26 'all': 'All - show invalidated tokens as well'
27 }
28 };
29 }
30
31 run(params, callback) {
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected