nushell/crates/nu-cli/src
Leonhard Kipp 6cf8df8685
Move script to nu engine (#3092)
* Move run_script to engine

* Add which dep and feature to engine

* Change unwrap to expect

* Add wasm specification

* Remove which from default, add specification correctly

* Add nu-platform-specifics

* Move is_external_cmd to platform_specifics

* Add is_external_cmd to host and use it instead of nu_platform directly

* Clean up if else logic in is_external_cmd

* Bump nu-platform-specifics version

* Pass context to print_err

* Commit cargo.lock

* Move print functions to own module inside nu-engine

* Hypocratic change to run windows-nightly again

* Add import for Ordering

* Move printing of error to host

* Move platform specific which functionality to basic host

* Allow no use of cmd_name

* Fix windows compile issue
2021-03-12 18:20:54 +13:00
..
completion refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
env Keep the environment properly set. (#3072) 2021-02-18 15:56:14 +13:00
shell refactor parser: rename method pub fn block to parse_block (#3047) 2021-02-13 09:31:11 +13:00
types Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
cli.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +13: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 move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs Replace git current_branch to shadow-rs branch (#2935) 2021-01-16 07:06:29 +13:00
line_editor.rs Move script to nu engine (#3092) 2021-03-12 18:20:54 +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