pub async fn execute_shell_command_inherit(
command: &str,
include_prompt: bool,
cancellation_token: CancellationToken,
) -> 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,
cancellation_token: CancellationToken,
) -> Result<ExitStatus>Executes a shell command, inheriting the parent’s stdout and stderr