nushell/crates/nu-system
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
..
src In unix like system, set foreground process while running external command (#6206) 2022-08-02 16:53:50 +02:00
.gitignore Add nu-system and rewrite ps command (#734) 2022-01-14 17:20:53 +11:00
Cargo.lock bump to 0.66.3 dev version (#6183) 2022-07-30 05:48:10 +12:00
Cargo.toml In unix like system, set foreground process while running external command (#6206) 2022-08-02 16:53:50 +02:00
LICENSE Nu glob (#4818) 2022-03-13 11:30:27 -07:00