nushell/crates/nu-cli/src
Andrés N. Robalino 0178b53289
Core nu plugin load capability. (#2544)
We introduce the `plugin` nu sub command (`nu plugin`) with basic plugin
loading support. We can choose to load plugins from a directory. Originally
introduced to make integration tests faster (by not loading any plugins on startup at all)
but `nu plugin --load some_path ; test_pipeline_that_uses_plugins_just_loaded` does not see it.

Therefore, a `nu_with_plugins!` macro for tests was introduced on top of nu`s `--skip-plugins`
switch executable which is set to true when running the integration tests that use the `nu!` macro now..
2020-09-14 09:07:02 -05:00
..
commands Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
completion Fix path completions for cd command. (#2525) 2020-09-09 18:32:20 -04:00
env Extract out history parts. 2020-08-27 06:28:18 -05:00
evaluate Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
shell Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
stream Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
utils Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
cli.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
commands.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
context.rs Slim down cli plugin logic. 2020-08-27 06:28:18 -05:00
deserializer.rs Sleep command (#2381) 2020-08-22 05:51:29 +12:00
documentation.rs Sort subcommands in the help text (#2396) 2020-08-24 08:35:16 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
examples.rs Allow the calculation of bytes and int. (#2160) 2020-08-27 17:44:18 +12:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
keybinding.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
lib.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
path.rs Changing the directory to '.' doesn't modify the prompt anymore (#2457) 2020-08-31 05:24:38 +12:00
plugin.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
prelude.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00