MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / printHelp

Function printHelp

compatible-shell/src/cli.mjs:329–342  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327}
328
329function printHelp() {
330 console.log(`Compatible shell
331
332Usage:
333 npm run compat-shell -- [options] [prompt]
334
335Options:
336 --cwd <path> Workspace root for local tools
337 --max-tool-rounds <n> Maximum tool loops per turn
338 --auto-approve-shell Approve shell_command automatically
339 --prompt "<text>" Run one prompt and exit
340 --help Show this help
341`)
342}
343
344function printRuntimeHelp() {
345 console.log(`Commands:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected