BMAD-METHOD/tools/flattener
M.Abdulrahman Alnaseer 192f531d20 fix(flattener): fix argument parsing logic to work with provided input/output paths
The flattener tool had inverted logic that would show an error message when users provided arguments (-i/--input or -o/--output) instead of using them. This fix removes the incorrect error message, allowing the tool to work correctly in both modes:

- When arguments are provided: uses the specified paths

- When no arguments are provided: works in interactive mode as before
2025-08-15 08:58:42 -04:00
..
aggregate.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
binary.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
discovery.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
files.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
ignoreRules.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
main.js fix(flattener): fix argument parsing logic to work with provided input/output paths 2025-08-15 08:58:42 -04:00
projectRoot.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
prompts.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
stats.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00
xml.js feat: modularize flattener tool into separate components with improved project root detection (#417) 2025-08-09 15:33:23 -05:00