nushell/crates/nu-command/src/filesystem
Justin Ma b09acdb7f9
Fix unsupported type message for some math related commands (#4672)
* Fix unsupported type message of some math related commands

* changing the error form for UnsupportedInput

* cargo fmt
2022-02-28 10:14:33 -05:00
..
cd.rs Add example for cd,transpose,detect columns,split column and split row (#4549) 2022-02-19 09:24:48 -06:00
cp.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
ls.rs Better ls paths (#4612) 2022-02-23 10:54:47 -05:00
mkdir.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
mod.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
mv.rs feat: update #4518, add command examples for def, do, cp, mv, mkdir and ls (#4528) 2022-02-18 08:30:16 -06:00
open.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
rm.rs Add examples for env,let-env,rm,touch and date list-timezone (#4531) 2022-02-18 18:19:37 +02:00
save.rs Fix unsupported type message for some math related commands (#4672) 2022-02-28 10:14:33 -05:00
touch.rs Add examples for env,let-env,rm,touch and date list-timezone (#4531) 2022-02-18 18:19:37 +02:00
util.rs Re-port filesystem commands (#4387) 2022-02-09 09:56:27 -05:00