pub fn new_command( format: &str, args: &[&str], ) -> Result<ShellCommand, VarError>
Creates a new command from format and args. The function is invoked from cmd! macro internally.
format
args
cmd!