()
| 19 | } |
| 20 | |
| 21 | help() { |
| 22 | |
| 23 | return { |
| 24 | description: 'Logs in to Autocode', |
| 25 | vflags: { |
| 26 | email: 'E-mail', |
| 27 | password: 'Password' |
| 28 | } |
| 29 | }; |
| 30 | |
| 31 | } |
| 32 | |
| 33 | run(params, callback) { |
| 34 |
nothing calls this directly
no outgoing calls
no test coverage detected