CQKIS7KRVEYMB2W2JBYPKEHS6TSOOUFG2TWOBS6XEXBTOAQ5HYHAC
/// Set the repository where this command should run. Defaults to the first ancestor of the current directory that contains a `.pijul` directory.
#[clap(long = "repository", value_hint = ValueHint::DirPath)]
pub repo_path: Option<PathBuf>,
/// Compare with this channel.
#[clap(long = "channel")]
pub channel: Option<String>,
#[clap(flatten)]
pub base: RepoAndChannel,