()
| 18 | } |
| 19 | |
| 20 | help() { |
| 21 | |
| 22 | return { |
| 23 | description: 'Creates HTTP Server for Current Service', |
| 24 | flags: { |
| 25 | p: 'Port (default 8170)' |
| 26 | }, |
| 27 | vflags: { |
| 28 | port: 'Port (default 8170)' |
| 29 | } |
| 30 | }; |
| 31 | |
| 32 | } |
| 33 | |
| 34 | run(params, callback) { |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected