Struct term_transcript::StdShell
source · pub struct StdShell { /* private fields */ }
Expand description
Shell interpreter that brings additional functionality for ShellOptions
.
Trait Implementations§
source§impl ConfigureCommand for StdShell
impl ConfigureCommand for StdShell
source§impl SpawnShell for StdShell
impl SpawnShell for StdShell
§type ShellProcess = Echoing<Child>
type ShellProcess = Echoing<Child>
Spawned shell process.
§type Reader = PipeReader
type Reader = PipeReader
Reader of the shell output.
§type Writer = ChildStdin
type Writer = ChildStdin
Writer to the shell input.
source§fn spawn_shell(&mut self) -> Result<SpawnedShell<Self>>
fn spawn_shell(&mut self) -> Result<SpawnedShell<Self>>
Spawns a shell process. Read more