nushell/crates/nu-parser/src
Jason Gedge 180290f3a8
Remove custom escaping for external args. (#2095)
Our own custom escaping unfortunately is far too simple to cover all cases.
Instead, the parser will now do no transforms on the args passed to an external
command, letting the process spawning library deal with doing the appropriate
escaping.
2020-07-03 11:29:28 +12:00
..
lib.rs let format access variables also (#1842) 2020-05-19 16:20:09 +12:00
lite_parse.rs String interpolation (#1849) 2020-05-20 07:27:26 +12:00
parse.rs Remove custom escaping for external args. (#2095) 2020-07-03 11:29:28 +12:00
path.rs Support completion for paths with multiple dots (#1640) 2020-04-23 16:17:38 +12:00
shapes.rs Evaluation of command arguments (#1801) 2020-05-16 15:18:24 +12:00
signature.rs Pipeline blocks (#1579) 2020-04-13 19:59:57 +12:00