()
| 21 | } |
| 22 | |
| 23 | help() { |
| 24 | return { |
| 25 | description: 'Sets STDLIB_SECRET_TOKEN in env.json "local" field to the value of an existing token', |
| 26 | }; |
| 27 | } |
| 28 | |
| 29 | run(params, callback) { |
| 30 |
nothing calls this directly
no outgoing calls
no test coverage detected