Function dump_nvram_from_json

Source
fn dump_nvram_from_json(
    file_path: impl AsRef<Path>,
    output_path: Option<impl AsRef<Path>>,
    truncate: bool,
) -> Result<(), Error>
Expand description

Get UEFI variables from a JSON file and write to output_path.