()
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected