nushell/crates/nu-engine/src
Steven Barragán b2fe5fabb1
Add commands to scope variable (#3272)
* Add commands to scope variable

* List commands with signature on scope variables

Usage:

```shell
echo $scope.commands | pivot
```

* Run rust formater

* Update variables.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-04-12 14:38:47 +12:00
..
env move out call info deserializing from str (#3294) 2021-04-09 22:58:18 -05:00
evaluate Add commands to scope variable (#3272) 2021-04-12 14:38:47 +12:00
filesystem Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
plugin Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
shell Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
basic_evaluation_context.rs account for startup commands in the scope. (#3261) 2021-04-04 00:14:58 -05:00
basic_shell_manager.rs account for startup commands in the scope. (#3261) 2021-04-04 00:14:58 -05:00
call_info.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
command_args.rs Improve range and internal iteration (#3300) 2021-04-11 13:31:08 +12:00
config_holder.rs make Table, Autoview read in memory config. (#3287) 2021-04-08 17:31:19 -05: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 Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
example.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
from_value.rs move out call info deserializing from str (#3294) 2021-04-09 22:58:18 -05:00
lib.rs Runnable contexts move. (#3283) 2021-04-08 13:51:12 -05:00
maybe_text_codec.rs Begin migration away from arg serialization (#3281) 2021-04-08 20:15:36 +12:00
print.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
script.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
whole_stream_command.rs Fix #3213 Rest arg is not optional (#3303) 2021-04-12 14:37:36 +12:00