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