This commit is contained in:
Roey Darwish Dror
2021-04-07 13:32:58 +03:00
parent 141ec83372
commit 35df3174c9

View File

@@ -3,7 +3,9 @@ use crate::executor::CommandExt;
use crate::terminal::{is_dumb, print_separator};
use crate::utils::{require_option, which, PathExt};
use anyhow::Result;
use std::path::{Path, PathBuf};
#[cfg(windows)]
use std::path::Path;
use std::path::PathBuf;
use std::process::Command;
pub struct Powershell {