//! `verify` subcommand: parse-shape.
//!//! Holds the clap derive struct only. No I/O, no business logic.
usecamino::Utf8PathBuf;/// Verify an installed instance offline.
#[derive(Debug, clap::Args)]pubstructVerifyArgs{/// The instance to verify; absolute, or the working directory.
#[arg(long, default_value =".")]pubtarget: Utf8PathBuf,
}