Fix CLI --force flag on parse-prd command

This commit is contained in:
Joe Danziger
2025-05-13 16:06:09 -04:00
committed by GitHub
parent 0527c363e3
commit 4117f71c18
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
---
'task-master-ai': patch
---
Fix CLI --force flag for parse-prd command
Previously, the --force flag was not respected when running `parse-prd`, causing the command to prompt for confirmation or fail even when --force was provided. This patch ensures that the flag is correctly passed and handled, allowing users to overwrite existing tasks.json files as intended.
- Fixes #477