MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / printHelp

Function printHelp

src/daemon/main.ts:104–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104function printHelp(): void {
105 console.log(`
106Claude Code Daemon — background process management
107
108USAGE
109 claude daemon [subcommand]
110
111SUBCOMMANDS
112 status Show daemon and session status (default)
113 start Start the daemon supervisor
114 stop Stop the daemon
115 bg Start a background session
116 attach Attach to a background session
117 logs Show session logs
118 kill Kill a session
119 help Show this help
120
121REPL
122 /daemon [subcommand] Same commands available in interactive mode
123
124OPTIONS (for start)
125 --dir <path> Working directory (default: current)
126 --spawn-mode <mode> Worker spawn mode: same-dir | worktree (default: same-dir)
127 --capacity <N> Max concurrent sessions per worker (default: 4)
128 --permission-mode <mode> Permission mode for spawned sessions
129 --sandbox Enable sandbox mode
130 --name <name> Session name
131 -h, --help Show this help
132`)
133}
134
135/**
136 * Show unified status: daemon supervisor + background sessions.

Callers 1

daemonMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected