Function teller_core::exec::cmd

source ·
pub fn cmd(
    cmdstr: &str,
    env_kvs: &[(String, String)],
    opts: &Opts<'_>
) -> Result<Output>
Expand description

Run a command

§Errors

This function will return an error if running command fails