Merge pull request #99 from gigachad80/main

Update resume command in gracefulShutdown message
This commit is contained in:
Kevin Codex
2026-04-02 13:36:45 +08:00
committed by GitHub

View File

@@ -173,7 +173,7 @@ function printResumeHint(): void {
writeSync(
1,
chalk.dim(
`\nResume this session with:\nclaude --resume ${resumeArg}\n`,
`\nResume this session with:\nopenclaude --resume ${resumeArg}\n`,
),
)
resumeHintPrinted = true