MCPcopy Create free account
hub / github.com/acode/cli / help

Method help

cli/commands/http.js:20–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected