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

Method help

cli/commands/user.js:46–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 help() {
47
48 return {
49 description: 'Retrieves (and sets) current user information',
50 flags: {
51 s: '<key> <value> Sets a specified key-value pair'
52 },
53 vflags: {
54 set: '<key> <value> Sets a specified key-value pair',
55 'new-password': 'Sets a new password via a prompt',
56 'reset-password': '<email> Sends a password reset request for the specified e-mail address'
57 }
58 };
59
60 }
61
62 async run(params, callback) {
63

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected