usestd::path::PathBuf;useclap::Parser;#[derive(Debug, Parser)]pub(crate)structRoutesArgs{/// Project root, harn.toml path, or file inside the project.
pubroot: PathBuf,
/// Emit a stable JSON envelope instead of the text table.
#[arg(long)]pubjson:bool,
}