2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-21 00:18:35 +00:00
nushell/crates/nu-cli
Andrés N. Robalino 0178b53289
Core nu plugin load capability. ()
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
..
assets moved theme assets local to crate () 2020-08-11 13:57:03 -05:00
src Core nu plugin load capability. () 2020-09-14 09:07:02 -05:00
tests Allow folding with tables. () 2020-09-12 01:40:52 -05:00
build.rs Add wasm sample for CI () 2020-08-19 07:34:05 +12:00
Cargo.toml remove unused dependencies () 2020-09-09 13:57:51 -05:00