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