committed by
GitHub
parent
8b7ff6a042
commit
746ffda444
@@ -31,6 +31,11 @@ impl Powershell {
|
||||
Powershell { path, profile }
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
pub fn path(&self) -> &Option<PathBuf> {
|
||||
&self.path
|
||||
}
|
||||
|
||||
#[cfg(windows)]
|
||||
pub fn windows_powershell() -> Self {
|
||||
Powershell {
|
||||
|
||||
Reference in New Issue
Block a user