mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 22:11:46 +02:00
fmt code
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
mod foreground;
|
||||
#[cfg(any(target_os = "android", target_os = "linux"))]
|
||||
mod linux;
|
||||
#[cfg(target_os = "macos")]
|
||||
mod macos;
|
||||
#[cfg(target_os = "windows")]
|
||||
mod windows;
|
||||
mod foreground;
|
||||
|
||||
pub use self::foreground::external_process_setup;
|
||||
#[cfg(any(target_os = "android", target_os = "linux"))]
|
||||
pub use self::linux::*;
|
||||
#[cfg(target_os = "macos")]
|
||||
pub use self::macos::*;
|
||||
#[cfg(target_os = "windows")]
|
||||
pub use self::windows::*;
|
||||
pub use self::foreground::external_process_setup;
|
||||
|
Reference in New Issue
Block a user