feat(#1985): subscription --list to audit watched repos
This commit is contained in:
parent
9f40bd13f9
commit
fce9bb8c11
3 changed files with 37 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue