simple_command

Function simple_command 

Source
pub async fn simple_command<'a, R, V, W, IV, IW, S, E>(
    vars: IV,
    words: IW,
    env: &'a mut E,
) -> Result<BoxFuture<'static, ExitStatus>, S::Error>
Expand description

Spawns a shell command (or function) after applying any redirects and environment variable assignments.