Add reboot and shell ability in pause

This commit is contained in:
Roey Darwish Dror
2019-06-13 22:05:18 +03:00
parent 79febd78b5
commit a834a79f45
5 changed files with 46 additions and 8 deletions

View File

@@ -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;