nushell/crates/nu-engine/src
Leonhard Kipp 28e1a7915d
Impl one configurable function to run scripts (#3242)
* Impl one func to run scripts

* Add exit_on_err

* Remove run_standalone

* Make the compiler happy :)
2021-04-04 07:31:53 +12:00
..
env Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
evaluate fix lack of auto-suggestion for aliases (#3249) 2021-04-03 10:39:30 +13:00
filesystem Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
plugin remove warnings (#3137) 2021-03-06 14:31:22 -06:00
shell Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
basic_evaluation_context.rs Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
basic_shell_manager.rs Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
call_info.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
command_args.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
config_holder.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
deserializer.rs nu-engine: deserialize_struct: fix missing conversion from string to column path (#3048) 2021-02-13 09:29:38 +13:00
documentation.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
evaluation_context.rs Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
lib.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
maybe_text_codec.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
print.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
runnable_context.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
script.rs Impl one configurable function to run scripts (#3242) 2021-04-04 07:31:53 +12:00
whole_stream_command.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00