nushell/crates/nu-command/src
Luccas Mateus 004230d02d
Deserialization and outputstream math commands (#3315)
* Output error when ls into a file without permission

* math sqrt

* added test to check fails when ls into prohibited dir

* fix lint

* math sqrt with tests and doc

* trigger wasm build

* Update filesystem_shell.rs

* converted math commands to outputstream and new method for arg evaluation

* fmt

* clippy

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-04-15 06:18:37 +12:00
..
commands Deserialization and outputstream math commands (#3315) 2021-04-15 06:18:37 +12:00
examples Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
utils Refactor nu-cli/env* (#3041) 2021-03-31 18:52:34 +13:00
commands.rs preparing for into subcommands (#3299) 2021-04-10 11:29:11 -05:00
examples.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
lib.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
prelude.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
utils.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00