nushell/crates/nu-system/src
WindSoilder 376d22e331
In unix like system, set foreground process while running external command (#6206)
* while executing external command, make it as foreground

* remove useless file

* add comment, make var more readable

* add comment

* fmt code

* fix windows

* fix func name

* fix clippy

* fix windows clippy

* add comments, introduce `ForegroundProcess and ForegroundChild

* fix windows clippy

* fix on windows

* no need fg_process_setup module

* Revert "no need fg_process_setup module"

This reverts commit 21ee4ffbf6.

* restrict visibility for helper functions
2022-08-02 16:53:50 +02:00
..
foreground.rs In unix like system, set foreground process while running external command (#6206) 2022-08-02 16:53:50 +02:00
lib.rs In unix like system, set foreground process while running external command (#6206) 2022-08-02 16:53:50 +02:00
linux.rs Fix ps command on linux (#6047) 2022-07-14 06:20:54 -05:00
macos.rs Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
main.rs some tweaks to main for testing (#4862) 2022-03-17 11:32:54 -05:00
windows.rs Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00