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

Method help

cli/commands/login.js:21–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 help() {
22
23 return {
24 description: 'Logs in to Autocode',
25 vflags: {
26 email: 'E-mail',
27 password: 'Password'
28 }
29 };
30
31 }
32
33 run(params, callback) {
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected