nushell/crates/nu-command/tests/commands/path
Jakub Žádník cc3653cfd9
Path commands: Put column path args behid flag; Allow path join appending without flag (#4008)
* Change path join signature

* Appending now works without flag
* Column path operation is behind a -c flag

* Move column path arg retrieval to a function

Also improves errors

* Fix path join tests

* Propagate column path changes to all path commands

* Update path command examples with columns paths

* Modernize path command examples by removing "echo"

* Improve structured path error message

* Fix typo
2021-09-15 21:03:51 +03:00
..
basename.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
dirname.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
exists.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
expand.rs Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
join.rs Path commands: Put column path args behid flag; Allow path join appending without flag (#4008) 2021-09-15 21:03:51 +03:00
mod.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
parse.rs Path commands: Put column path args behid flag; Allow path join appending without flag (#4008) 2021-09-15 21:03:51 +03:00
split.rs Path commands: Put column path args behid flag; Allow path join appending without flag (#4008) 2021-09-15 21:03:51 +03:00
type_.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00