nushell/crates/nu-cli
Sosthene-Guedon d8c4565413
Csv errors (#1490)
* Add error message for csv parsing failures

* Add csv error prettyfier

* Improve readability of the error

Line 2: error is easier to understand than:
Line 2, error

* Remove unnecessary use of the format! macro

Replacing it with .to_string() fixes a clippy warning

* Improve consistency with JSON parsing errors
2020-03-16 12:32:02 -05:00
..
src Csv errors (#1490) 2020-03-16 12:32:02 -05:00
tests Custom canonicalize method on Filesystem Shell. (#1485) 2020-03-16 19:28:18 +13:00
Cargo.toml Add simple to-html output and bump version (#1487) 2020-03-15 16:04:44 +13:00