pub fn new_command(format: &str, args: &[&str]) -> Result<ShellCommand, VarError>
Expand description

Creates a new command from format and args. The function is invoked from cmd! macro internally.