MCPcopy
hub / github.com/shareAI-lab/Kode-CLI / printHelpLite

Function printHelpLite

cli.js:56–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function printHelpLite() {
57 process.stdout.write(
58 `Usage: kode [options] [command] [prompt]\n\n` +
59 `Common options:\n` +
60 ` -h, --help Show full help\n` +
61 ` -v, --version Show version\n` +
62 ` -p, --print Print response and exit (non-interactive)\n` +
63 ` -c, --cwd <cwd> Set working directory\n`,
64 )
65}
66
67function run(cmd, args) {
68 const result = spawnSync(cmd, args, {

Callers 1

mainFunction · 0.70

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected