diff --git a/src/commands/help-command.ts b/src/commands/help-command.ts index 840ad3d5..b443b5f2 100644 --- a/src/commands/help-command.ts +++ b/src/commands/help-command.ts @@ -259,6 +259,10 @@ Run ${color('ccs config', 'command')} for web dashboard`.trim(); ['ccs cliproxy doctor', 'Quota diagnostics (Antigravity)'], ['ccs cliproxy --install ', 'Install specific version (e.g., 6.6.6)'], ['ccs cliproxy --latest', 'Update to latest version'], + ['', ''], // Spacer + ['ccs cliproxy pause

', 'Pause account from rotation'], + ['ccs cliproxy resume

', 'Resume paused account'], + ['ccs cliproxy status [provider]', 'Show quota/tier/pause status'], ]); // CLI Proxy configuration flags (new)