Commit 2d1211b
docs: Update help command with current tags and list options
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 #15881 parent 9072630 commit 2d1211b
1 file changed
+23
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
620 | | - | |
| 620 | + | |
621 | 621 | | |
622 | 622 | | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
623 | 633 | | |
624 | 634 | | |
625 | 635 | | |
| |||
741 | 751 | | |
742 | 752 | | |
743 | 753 | | |
744 | | - | |
| 754 | + | |
745 | 755 | | |
746 | 756 | | |
747 | 757 | | |
748 | | - | |
749 | | - | |
750 | | - | |
| 758 | + | |
| 759 | + | |
| 760 | + | |
751 | 761 | | |
752 | 762 | | |
753 | | - | |
754 | | - | |
| 763 | + | |
| 764 | + | |
755 | 765 | | |
756 | 766 | | |
757 | 767 | | |
758 | | - | |
759 | | - | |
| 768 | + | |
| 769 | + | |
760 | 770 | | |
761 | 771 | | |
762 | 772 | | |
763 | | - | |
| 773 | + | |
764 | 774 | | |
765 | 775 | | |
766 | 776 | | |
767 | 777 | | |
768 | | - | |
769 | | - | |
770 | | - | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
771 | 781 | | |
772 | 782 | | |
773 | 783 | | |
| |||
0 commit comments