Function spurs_util::get_dev_sizes[][src]

pub fn get_dev_sizes(
    shell: &impl Execute,
    devs: Vec<&str>,
    dry_run: bool
) -> Result<Vec<String>, SshError>
Expand description

Returns the human-readable size of the devices devs. For example, ["477G", "500M"].