()
| 39 | } |
| 40 | |
| 41 | help() { |
| 42 | |
| 43 | return { |
| 44 | description: 'Retrieves and extracts Autocode package', |
| 45 | args: [ |
| 46 | 'username/name OR username/name@env OR username/name@version' |
| 47 | ], |
| 48 | flags: { |
| 49 | w: 'Write over - overwrite the target directory contents' |
| 50 | }, |
| 51 | vflags: { |
| 52 | 'write-over': 'Write over - overwrite the target directory contents' |
| 53 | } |
| 54 | }; |
| 55 | |
| 56 | } |
| 57 | |
| 58 | run(params, callback) { |
| 59 |
nothing calls this directly
no outgoing calls
no test coverage detected