mirror of
https://github.com/nushell/nushell.git
synced 2025-05-31 23:26:11 +02:00
fix func name
This commit is contained in:
parent
01c0b82ef4
commit
1afc1114da
@ -45,7 +45,7 @@ pub mod external_process_setup {
|
|||||||
#[cfg(target_family = "windows")]
|
#[cfg(target_family = "windows")]
|
||||||
pub mod external_process_setup {
|
pub mod external_process_setup {
|
||||||
|
|
||||||
pub fn setup_fg_external(external_command: &mut std::process::Command) {}
|
pub fn prepare_to_foreground(external_command: &mut std::process::Command) {}
|
||||||
|
|
||||||
pub fn set_foreground(process: &std::process::Child) {}
|
pub fn set_foreground(process: &std::process::Child) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user