nushell/crates/nu-cli/tests
Leonhard Kipp 400bc97e35
Add parser improvements (#2679)
* Add parser improvements

Previously everything starting with "$" was parsed as a column path.
With this commit applied, the lite_arg starting with $ is parsed as
the most appropriate thing
- $true/$false ==> Expression::Boolean
- $(...) ==> Invocation
- $it ==> ColumnPath
- Anything with at least one '.' ==> ColumnPath
- Anything else ==> Variable

* Ignore failing tests
2020-10-19 20:03:14 +13:00
..
commands Add parser improvements (#2679) 2020-10-19 20:03:14 +13:00
format_conversions Refactor to md and Add Padding for Pretty Flag (#2678) 2020-10-19 19:58:24 +13:00
main.rs Add (near) automatic testing for command examples (#1777) 2020-05-18 08:56:01 -04:00