Skip to content

Add CLI --help flag and fix Lite status bar text (#111)#232

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/onboarding-111
Feb 22, 2026
Merged

Add CLI --help flag and fix Lite status bar text (#111)#232
erikdarlingdata merged 1 commit intodevfrom
feature/onboarding-111

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • CLI --help/-h flag: Installer now prints comprehensive usage info (modes, options, environment variables, exit codes) and exits cleanly
  • Lite status bar text color: Changed from ForegroundMutedBrush (#6B7280 gray) to ForegroundBrush (#E4E6EB white) for readability on dark background

Partial fix for #111 — the two quick-win items selected from the larger onboarding issue.

Test plan

  • PerformanceMonitorInstaller.exe --help prints usage and returns exit code 0
  • PerformanceMonitorInstaller.exe -h same behavior
  • Lite status bar text is readable (white on dark background)
  • Both projects build clean

🤖 Generated with Claude Code

- Add --help/-h flag to CLI installer showing usage, options, env vars, and exit codes
- Fix Lite status bar text from gray (ForegroundMutedBrush) to white (ForegroundBrush) for readability

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 5e47d96 into dev Feb 22, 2026
3 checks passed
@erikdarlingdata erikdarlingdata deleted the feature/onboarding-111 branch February 23, 2026 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant