nushell/crates/nu-command/src/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
..
benchmark.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
complete.rs update miette and switch to GenericErrors (#5222) 2022-04-19 00:34:10 +12:00
exec.rs Address lints from clippy for beta/nightly (#5709) 2022-06-04 18:47:36 +12:00
mod.rs Introduce new command - nu check (#5864) 2022-06-26 06:53:06 -05:00
nu_check.rs Use relative paths as file-relative when parsing a file (#6150) 2022-07-27 18:36:56 +03:00
ps.rs add a fair amount ofsearch terms (#6090) 2022-07-21 06:29:41 -05:00
run_external.rs In unix like system, set foreground process while running external command (#6206) 2022-08-02 16:53:50 +02:00
sys.rs update some dependencies (#6009) 2022-07-11 11:18:06 -05:00
which_.rs Revert "Refactor external command (#6083)" (#6116) 2022-07-26 05:37:15 +12:00