nushell/crates/nu-cli/src
Darren Schroeder b052d524da
added pow operator, and filesize math (#2976)
* added pow operator, and filesize math

* removed + and - arms, removed some pow, pow higher precedence

* Update value.rs

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-01-29 07:44:02 -06:00
..
completion Replace dirs and directories with maintained (#2949) 2021-01-19 14:24:27 -06:00
env Remove unnecessary clone() (#2970) 2021-01-25 20:13:05 +13:00
shell Revert tab completion changes (#2929) 2021-01-14 06:29:18 +13:00
types added pow operator, and filesize math (#2976) 2021-01-29 07:44:02 -06:00
cli.rs Replace git current_branch to shadow-rs branch (#2935) 2021-01-16 07:06:29 +13:00
env.rs nu_cli refactor in preparation for a crate called nu_command (#2907) 2021-01-11 17:58:15 +13:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
keybinding.rs move keybinding_path to nu-data (#2927) 2021-01-14 06:31:47 +13:00
lib.rs Replace git current_branch to shadow-rs branch (#2935) 2021-01-16 07:06:29 +13:00
line_editor.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
prelude.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13: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