Skip to content

Conversation

@bjcoombs
Copy link
Contributor

Summary

  • Updates displayHelp() in scripts/modules/ui.js to reflect the actual command implementations
  • Fixes outdated documentation for tag management and list commands

Changes Made

Tag Management:

  • Changed from old commands (add-tag, use-tag, delete-tag, rename-tag, copy-tag) to unified tags subcommand structure (tags add, tags use, tags remove, tags rename, tags copy)
  • Added --ready option for tags list

List command:

  • Added -s/--status and -t/--tag filter options
  • Added -f/--format, --json, -c/--compact output format options
  • Added -w/--watch for watch mode
  • Added --ready, --blocking, --all-tags filter options

Test Plan

  • Run task-master help - should show updated commands
  • Build succeeds

Fixes #1588

Updates displayHelp() to reflect the actual command implementations:

Tag Management:
- Changed from old commands (add-tag, use-tag, delete-tag, rename-tag,
  copy-tag) to unified 'tags' subcommand structure (tags add, tags use,
  tags remove, tags rename, tags copy)
- Added --ready option for tags list

List command:
- Added -s/--status and -t/--tag filter options
- Added -f/--format, --json, -c/--compact output format options
- Added -w/--watch for watch mode
- Added --ready, --blocking, --all-tags filter options

Fixes eyaltoledano#1588
@changeset-bot
Copy link

changeset-bot bot commented Jan 16, 2026

⚠️ No Changeset found

Latest commit: bcc53c3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 16, 2026

Warning

Rate limit exceeded

@bjcoombs has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 26 minutes and 13 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 7a52bd4 and bcc53c3.

📒 Files selected for processing (1)
  • scripts/modules/ui.js

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@bjcoombs
Copy link
Contributor Author

Dependent PR

PR #1597 (enhanced help sync tests) is branched from this PR and depends on these changes.

Recommended merge order:

  1. This PR (docs: Update help command with current tags and list options #1593) first
  2. Then test: Add subcommand documentation verification #1597

This ensures the enhanced tests can verify the help documentation updates made here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Help command shows outdated tag commands and missing list options

1 participant