Struct FmtArgs [source]

pub(in crate::cli) struct FmtArgs {
    pub(in crate::cli) check: bool,
    pub(in crate::cli) project: String,
}

Fields

check

pub(in crate::cli) check: bool

project

pub(in crate::cli) project: String