Add reboot and shell ability in pause
This commit is contained in:
@@ -8,3 +8,9 @@ pub mod macos;
|
||||
pub mod unix;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub mod windows;
|
||||
|
||||
#[cfg(windows)]
|
||||
pub use windows::reboot;
|
||||
|
||||
#[cfg(unix)]
|
||||
pub use unix::reboot;
|
||||
|
||||
Reference in New Issue
Block a user