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

Function printRuntimeHelp

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

Source from the content-addressed store, hash-verified

342}
343
344function printRuntimeHelp() {
345 console.log(`Commands:
346 /help Show runtime help
347 /tools List available local tools
348 /config Show active configuration
349 /clear Clear the current conversation
350 /save Save the transcript immediately
351 /exit Exit the shell`)
352}
353
354function isMainModule() {
355 const currentFile = fileURLToPath(import.meta.url)

Callers 1

handleSlashCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected