Trait term_transcript::traits::ConfigureCommand
source · pub trait ConfigureCommand {
// Required methods
fn current_dir(&mut self, dir: &Path);
fn env(&mut self, name: &str, value: &OsStr);
}
Expand description
Common denominator for types that can be used to configure commands for execution in the terminal.
Required Methods§
sourcefn current_dir(&mut self, dir: &Path)
fn current_dir(&mut self, dir: &Path)
Sets the current directory.