MCPcopy Create free account
hub / github.com/Louisym/MiniCC / render_help

Function render_help

mini_claude_code/main.py:370–377  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

368# ============================================================
369
370def render_help() -> str:
371 return (
372 "Available commands:\n"
373 " /help Show this help message\n"
374 " /status Show session status\n"
375 " /compact Compact conversation history\n"
376 " /exit Exit the session\n"
377 )
378
379
380# ============================================================

Callers 1

run_replFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected