Usage: rebar list [--status=<s>] [--type=<t>] [--priority=<n>] [--parent=<id>] [--has-tag=<tag>] [--without-tag=<tag>] [--sort=<key>] [--include-archived] [--exclude-deleted] [--no-pull] [--output llm]
  --type=<type>      Filter by ticket type (bug, epic, story, task; comma-separated for OR)
  --status=<status>  Filter by status: idea|open|in_progress|closed|blocked|archived|deleted
                     (comma-separated for OR; error|fsck_needed also valid). An
                     unrecognized status is a hard error, not an empty result.
  --priority=<n>     Filter by priority 0-4 (comma-separated for OR; exact match; unset priority not matched)
  --parent=<id>      Filter to direct children of <id>
  --has-tag=<tag>    Filter to tickets having <tag> (comma-separated for OR);
                     tags matching ^detected_by: auto-intersect with --type=bug
  --without-tag=<tag>  Exclude tickets having ANY of <tag> (comma-separated)
  --sort=<key>       Order by priority|created|updated|id|status ('-' prefix = descending;
                     unset values sort last). Default keeps store order.
  --no-pull          Skip the best-effort fetch/reconverge (also: REBAR_NO_SYNC=1)
