nushell/crates/nu-cli/src
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
..
commands Csv errors (#1490) 2020-03-16 12:32:02 -05:00
data Added new flag '--all/-a' for Ls, also refactor some code (#1483) 2020-03-14 06:27:04 +13:00
env Fix whitespace and typos (#1481) 2020-03-14 06:23:41 +13:00
evaluate Merge env into $nu and simplify table/get (#1463) 2020-03-08 18:33:30 +13:00
format Merge env into $nu and simplify table/get (#1463) 2020-03-08 18:33:30 +13:00
shell Custom canonicalize method on Filesystem Shell. (#1485) 2020-03-16 19:28:18 +13:00
utils Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cli.rs Add simple to-html output and bump version (#1487) 2020-03-15 16:04:44 +13:00
commands.rs Add simple to-html output and bump version (#1487) 2020-03-15 16:04:44 +13:00
context.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
prelude.rs Don't emit a newline in autoview. (#1466) 2020-03-09 08:18:24 +13:00
shell.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
stream.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
utils.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00