pub async fn execute_shell_command_inherit(
command: &str,
include_prompt: bool,
) -> Result<ExitStatus>
Expand description
Executes a shell command, inheriting the parent’s stdout
and stderr
pub async fn execute_shell_command_inherit(
command: &str,
include_prompt: bool,
) -> Result<ExitStatus>
Executes a shell command, inheriting the parent’s stdout
and stderr