nushell/crates/nu-parser/src
Kevin Del Castillo 9ec2aca86f
Support completion for paths with multiple dots (#1640)
* refactor: expand_path and expand_ndots now work for any string.

* refactor: refactor test and add new ones.

* refactor: convert expanded to owned string

* feat: pub export of expand_ndots

* feat: add completion for ndots in fs-shell
2020-04-23 16:17:38 +12:00
..
files.rs Add experimental new parser (#1554) 2020-04-06 19:16:14 +12:00
lib.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
lite_parse.rs Semicolon (#1613) 2020-04-20 18:41:51 +12:00
parse.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
shapes.rs fix empty table and missing spans (#1614) 2020-04-20 19:44:19 +12:00
signature.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00