Introduce new command - nu check (#5864)

* nu check command - 1

* Support stream

* Polish code and fix corner case
This commit is contained in:
Kangaxx-0
2022-06-26 04:53:06 -07:00
committed by GitHub
parent 32f0f94b46
commit dc9d939c83
5 changed files with 858 additions and 0 deletions

View File

@ -158,6 +158,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Complete,
Exec,
External,
NuCheck,
Ps,
Sys,
};