nushell/crates/nu-cli/src/commands/classified
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
..
block.rs Remove unnecessary peekable iterator (#2251) 2020-07-24 12:06:12 -04:00
dynamic.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
expr.rs Fix warnings and split Scope (#1902) 2020-05-27 16:50:26 +12:00
external.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
internal.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
maybe_text_codec.rs Ensure source buffer is cleared after reading in MaybeTextCodec. (#2168) 2020-07-14 11:24:52 +12:00
mod.rs Slim down cli plugin logic. 2020-08-27 06:28:18 -05:00
plugin.rs Slim down cli plugin logic. 2020-08-27 06:28:18 -05:00