Update resume command in gracefulShutdown message

This commit is contained in:
Dark Yagami
2026-04-02 10:18:27 +05:30
committed by GitHub
parent f8d9dbeda9
commit 4918caa22b

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