Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/cli/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,9 @@ pub struct AdvisorArgs {
/// name (e.g. `actual-cli`, or `owner/actual-cli` to disambiguate a name
/// shared across owners) or as its UUID. A name is resolved to a repo id via
/// the connected-repos API; an unrecognized name fails with the list of
/// repositories you can choose from. When omitted, the query runs at org
/// level.
/// repositories you can choose from. When omitted, the repository is
/// auto-detected from the working tree's `origin` remote; if nothing matches
/// (or the match is ambiguous), the query runs at the organization level.
#[arg(long, value_name = "REPO")]
pub repo: Option<String>,
}
Expand Down
Loading
Loading