1 2 3 4 5 6 7 8
#[derive(Debug, Clone, clap::Args)] #[group(id = "exec")] #[remain::sorted] #[rustfmt::skip] pub(crate) struct ExecOptions { dry_run: bool, }