feat(#1985): subscription --list to audit watched repos

This commit is contained in:
damocles 2026-06-24 23:19:13 +02:00 committed by mara
commit fce9bb8c11
3 changed files with 37 additions and 3 deletions

View file

@ -142,7 +142,7 @@ enum Verb {
/// Print the unified diff for a PR.
#[command(hide = true)]
Diff(verbs::diff::Args),
/// Get or set this user's watch subscription on a repo.
/// Get/set this user's watch subscription on a repo, or --list all watched repos.
Subscription(verbs::subscription::Args),
/// List timeline events on an issue or PR (closes, label adds,
/// assignments, commit refs, pushes, etc.) — the audit trail