Function spawn

Source
pub fn spawn(
    arguments: &[ValueResult],
    span: Span,
) -> Result<(ValueResult, Option<ExitCode>), Error>
Expand description

Execute a shell command and doesn’t wait for it to finish.

The first argument is the command the execute, the following arguments are given as arguments to the command.