dispatch tags shows counts in text or JSON. CSV output would make tag counts easier to chart or compare in scripts.
Acceptance criteria:
dispatch tags --csv prints tag,count rows.
- Empty tag sets still print the header.
--csv and --json cannot be combined.
- Tests cover CSV output and the flag conflict.
dispatch tagsshows counts in text or JSON. CSV output would make tag counts easier to chart or compare in scripts.Acceptance criteria:
dispatch tags --csvprintstag,countrows.--csvand--jsoncannot be combined.