nushell/crates/nu-cli/src
Michael Nitschinger e8bc319f08
Make sure that scripts can also have custom commands. (#3309)
With the current code it is possible to attach custom commands from
a custom binary, but only for interactive mode. This change makes
it possible to also customize the evaluation context for commands
and scripts.
2021-04-15 06:21:50 +12:00
..
completion Move from using a Block to an Arc'd Block (#3289) 2021-04-09 20:12:25 +12:00
shell Remove x1b, update prompt (#3291) 2021-04-09 11:38:56 -05:00
types Fix typos and capitalization of "Unicode" (#3234) 2021-04-04 07:14:07 +12:00
cli.rs Make sure that scripts can also have custom commands. (#3309) 2021-04-15 06:21:50 +12:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
keybinding.rs imp: bump rustyline to 8.0.0 (#3167) 2021-03-14 15:13:31 +13:00
lib.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
line_editor.rs Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
prelude.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
shell.rs Split nu-cli into nu-cli/nu-engine (#2898) 2021-01-10 15:50:49 +13:00
types.rs Change alias shape inference to proposal of RFC#4 (#2685) 2020-10-29 06:49:38 +13:00