nushell/crates/nu-cli
Luccas Mateus 1d5518a214
Err message for sort-by invalid types now shows the mismatched types (#2366)
* make sort-by fail gracefully if mismatched types are compared

* Added a test to check if sorted-by with invalid types exists gracefully

* Linter changes

* removed redundant pattern matching

* Changed the error message

* Added a comma after every argument

* Changed the test to accomodate the new err messages

* Err message for sort-by invalid types now shows the mismatched types

* Lints problems

* Changed unwrap to expect
2020-08-18 17:37:45 +12:00
..
assets moved theme assets local to crate (#2329) 2020-08-11 13:57:03 -05:00
src Err message for sort-by invalid types now shows the mismatched types (#2366) 2020-08-18 17:37:45 +12:00
tests Err message for sort-by invalid types now shows the mismatched types (#2366) 2020-08-18 17:37:45 +12:00
build.rs Only have commit hash in version if git doesn't error (#2336) 2020-08-13 06:51:12 +12:00
Cargo.toml added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +12:00