//! Arguments for `rk status`.
usecamino::Utf8PathBuf;useclap::Args;/// Report what landed in a target and whether it stayed truthful.
#[derive(Debug, Args)]pubstructStatusArgs{/// The repository to report on.
#[arg(long, default_value =".")]pubtarget: Utf8PathBuf,
/// Judge the identical report: exit 1 on a violation — drift on a
/// rendered file, an invalid or missing landing, or an unresolved
/// judgment sentinel. Seeded drift and pin staleness stay
/// informational.
#[arg(long)]pubcheck:bool,
/// Emit one JSON object on stdout instead of the human report.
#[arg(long)]pubjson:bool,
}