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
pub(in crate::cli) struct FmtArgs {
pub(in crate::cli) check: bool,
pub(in crate::cli) project: String,
}
checkpub(in crate::cli) check: bool
projectpub(in crate::cli) project: String