MCPcopy Create free account
hub / github.com/chieapp/chie / help

Function help

src/cli-main.ts:62–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62function help() {
63 console.log(`
64 Usage: chie-cli [flags]
65
66 Options:
67
68 -h show help
69 -l list all API credentials
70 --credential <name> chat with the specified API credential
71 `);
72 process.exit(0);
73}
74
75function list() {
76 console.log('API Credentials:');

Callers 1

cliMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected