mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-30 03:51:27 +08:00
24674a7bd6
Extracted help text into getHelpText() and write both the error message and usage help to stderr via process.stderr.write(). This ensures that when output is redirected (e.g. 2>errors.txt), both the error and the guidance appear in the same stream. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>