nushell/crates/nu-protocol/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
..
value Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
call_info.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
hir.rs Implement exclusive and inclusive ranges with ..< and .. (#2541) 2020-09-14 09:53:08 +12:00
lib.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00
macros.rs Don't emit a newline in autoview. (#1466) 2020-03-09 08:18:24 +13:00
maybe_owned.rs Add more comments (#1228) 2020-01-16 05:28:31 +13:00
return_value.rs Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
signature.rs Sleep command (#2381) 2020-08-22 05:51:29 +12:00
syntax_shape.rs SyntaxShape checking in Alias (#2377) 2020-08-20 15:18:55 +12:00
type_name.rs More docs and random fixes (#1237) 2020-01-19 08:42:36 +13:00
type_shape.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
value.rs Simplify a few boolean creations (#2543) 2020-09-14 13:15:44 +12:00