//! `status` subcommand: parse-shape.
//!//! Holds the clap derive struct only. No I/O, no business logic.
usecamino::Utf8PathBuf;/// Report an instance's state without gating on it.
#[derive(Debug, clap::Args)]pubstructStatusArgs{/// The repository to inspect; absolute, or the working directory.
#[arg(long, default_value =".")]pubtarget: Utf8PathBuf,
/// Print one JSON object instead of text.
#[arg(long)]pubjson:bool,
}