Compare commits

...

1 Commits

Author SHA1 Message Date
github-actions[bot]
c27a61361a docs: auto-update documentation based on changes in next branch
This PR was automatically generated to update documentation based on recent changes.

  Original commit: feat: add tm show (#1199)\n\n\n

  Co-authored-by: Claude <claude-assistant@anthropic.com>
2025-09-12 01:41:32 +00:00
2 changed files with 51 additions and 0 deletions

View File

@@ -47,6 +47,20 @@ sidebarTitle: "CLI Commands"
# View a specific subtask (e.g., subtask 2 of task 1) # View a specific subtask (e.g., subtask 2 of task 1)
task-master show 1.2 task-master show 1.2
# Show multiple tasks at once (comma-separated)
task-master show 1,2,3
task-master show --id=1,2,3
# Filter subtasks by status
task-master show <id> --status=pending
task-master show <id> --status=done
# Output in JSON format (useful for scripts)
task-master show <id> --format=json
# Silent mode (suppress output, useful for programmatic usage)
task-master show <id> --silent
``` ```
</Accordion> </Accordion>

37
output.txt Normal file

File diff suppressed because one or more lines are too long