mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
45
output.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user