//! Arguments for `rk payload`.
useclap::Args;/// Report the payload this binary carries: the version, every root, and
/// the digests that identify the artifact set.
#[derive(Debug, Args)]pubstructPayloadArgs{/// Emit one JSON object on stdout instead of the human report.
#[arg(long)]pubjson:bool,
}