BMAD-METHOD/tools/cli/commands
Davor Racić 9c3e9f682b chore: remove unreachable return statements after process.exit calls
Remove 4 dead `return;` statements that immediately follow `process.exit(0)`
calls in install.js. Since process.exit() terminates the process, the
subsequent return statements are unreachable.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 07:56:07 +01:00
..
install.js chore: remove unreachable return statements after process.exit calls 2026-02-09 07:56:07 +01:00
status.js refactor: Complete @clack/prompts Migration & Installer Output Consolidation (#1586) 2026-02-08 00:40:13 -06:00