nushell/crates/nu-cli/src
Andrés N. Robalino 8fc8fc89aa
History, more test coverage improvements, and refactorings. (#3217)
Improvements overall to Nu. Also among the changes here, we can also be more confident towards incorporating `3041`. End to end tests for checking envs properly exported to externals is not added here (since it's in the other PR)

A few things added in this PR (probably forgetting some too)

* no writes happen to history during test runs.
* environment syncing end to end coverage added.
* clean up / refactorings few areas.
* testing API for finer control (can write tests passing more than one pipeline)
* can pass environment variables in tests that nu will inherit when running.

* No longer needed.

* no longer under a module. No need to use super.
2021-03-27 00:08:03 -05:00
..
completion support forward slash for directory completion in Windows (#3201) 2021-03-23 16:20:01 +13:00
env History, more test coverage improvements, and refactorings. (#3217) 2021-03-27 00:08:03 -05:00
shell History, more test coverage improvements, and refactorings. (#3217) 2021-03-27 00:08:03 -05:00
types Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
cli.rs History, more test coverage improvements, and refactorings. (#3217) 2021-03-27 00:08:03 -05:00
env.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
keybinding.rs imp: bump rustyline to 8.0.0 (#3167) 2021-03-14 15:13:31 +13:00
lib.rs Playground infraestructure (tests, etc) additions. (#3179) 2021-03-15 02:26:30 -05:00
line_editor.rs imp: bump rustyline to 8.0.0 (#3167) 2021-03-14 15:13:31 +13:00
prelude.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
shell.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
types.rs Change alias shape inference to proposal of RFC#4 (#2685) 2020-10-29 06:49:38 +13:00