BMAD-METHOD/tools/cli
Nikita Levyankov b88845c0fe fix: remove useless ternary operators in options-parser
The ternary operators were checking `Array.isArray()` but returning the same value in both branches, making them completely pointless. Since profiles can contain both arrays (e.g., `['dev', 'architect']`) and strings (e.g., `'all'`), and both are valid, we should just assign the value directly.

Fixed lines:
- normalized.modules = profile.modules
- normalized.agents = profile.agents
- normalized.workflows = profile.workflows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-18 12:32:04 +02:00
..
commands Merge branch 'main' into main 2025-12-18 02:47:51 +08:00
installers/lib fix: remove useless ternary operators in options-parser 2025-12-18 12:32:04 +02:00
lib Merge branch 'main' into main 2025-12-18 02:47:51 +08:00
test feat: introduce non-interactive cli installation 2025-12-17 11:42:35 +02:00
README.md folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
bmad-cli.js npx with version selector 2025-10-26 23:42:56 -05:00

README.md

BMad CLI Tool

Revised CLI tool docs coming....