nushell/crates/nu-command/src/commands/path
JT 25a8caa9b0
Simplify expressions (#3389)
* WIP: experiment with simpler expressions

* fix simple invoke

* update tests

* fix a few tests

* Make paren parsing more robust

* fix external args

* Remove old invocation

* Update tests

* Update tests
2021-05-12 13:01:48 +12:00
..
basename.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
command.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
dirname.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
exists.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
expand.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
join.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
mod.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
parse.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
split.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
type.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00