Struct diem_framework::release::ReleaseOptions
source · pub struct ReleaseOptions {
pub check_layout_compatibility: bool,
pub build_modules: bool,
pub module_docs: bool,
pub script_docs: bool,
pub with_diagram: bool,
pub script_abis: bool,
pub script_builder: bool,
pub errmap: bool,
pub time_it: bool,
}Expand description
Options to configure the generation of a release.
Fields§
§check_layout_compatibility: bool§build_modules: bool§module_docs: bool§script_docs: bool§with_diagram: bool§script_abis: bool§script_builder: bool§errmap: bool§time_it: bool