docs: auto-update documentation based on changes in next branch

This PR was automatically generated to update documentation based on recent changes.

  Original commit: fix: parse-prd with --input parameter not working (#1464)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
This commit is contained in:
github-actions[bot]
2025-12-01 18:53:28 +00:00
parent 67a0fe6ccd
commit 2d81fe8355
3 changed files with 57 additions and 0 deletions

View File

@@ -10,8 +10,14 @@ sidebarTitle: "CLI Commands"
# Parse a PRD file and generate tasks
task-master parse-prd <prd-file.txt>
# Alternative syntax using --input parameter
task-master parse-prd --input=<prd-file.txt>
# Limit the number of tasks generated
task-master parse-prd <prd-file.txt> --num-tasks=10
# Using --input parameter with task limit
task-master parse-prd --input=<prd-file.txt> --num-tasks=10
```
</Accordion>

View File

@@ -9,8 +9,14 @@ description: "A comprehensive reference of all available Task Master commands"
# Parse a PRD file and generate tasks
task-master parse-prd <prd-file.txt>
# Alternative syntax using --input parameter
task-master parse-prd --input=<prd-file.txt>
# Limit the number of tasks generated
task-master parse-prd <prd-file.txt> --num-tasks=10
# Using --input parameter with task limit
task-master parse-prd --input=<prd-file.txt> --num-tasks=10
```
</Accordion>

45
output.txt Normal file

File diff suppressed because one or more lines are too long