nushell/crates/nu-cli/tests
Arash Outadi a042f407c1
1882-Add min, max in addition to average for acting lists (#1969)
* Converting average.rs to math.rs

* Making some progress towards math

Examples and unit tests failing, also think I found a bug with passing in strings

* Fix typos

* Found issue with negative numbers

* Add some comments

* Split commands like in split and str_ but do not register?

* register commands in cli

* Address clippy warnings

* Fix bad examples

* Make the example failure message more helpful

* Replace unwraps

* Use compare_values to avoid coercion issues

* Remove unneeded code
2020-06-14 09:49:57 +12:00
..
commands 1882-Add min, max in addition to average for acting lists (#1969) 2020-06-14 09:49:57 +12:00
format_conversions Split split command to sub commands. 2020-05-24 02:02:44 -05:00
main.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00