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

@ -38,6 +38,7 @@ mod merge;
mod mkdir;
mod move_;
mod network;
mod nu_check;
mod open;
mod parse;
mod path;