sysmonk::squire::utilFunction run_command
source pub fn run_command(command: &str, args: &[&str]) -> Result<String, String>
Expand description
Function to parse size string.
§Arguments
size_str - The size string to parse
unit - The unit to convert the size to
§Returns
A String containing the parsed size string.