pub async fn status_with_options(
handle: &RuntimeHandle,
command: Command,
options: CommandOptions,
) -> Result<ExitStatus>Expand description
Runs command and resolves with its exit status using custom options.
pub async fn status_with_options(
handle: &RuntimeHandle,
command: Command,
options: CommandOptions,
) -> Result<ExitStatus>Runs command and resolves with its exit status using custom options.