2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-13 12:43:48 +00:00
nushell/crates/nu-command/tests
Jakub Žádník 1d1ec4727a
Refactor arguments of path subcommands & Add path join subcommand ()
* Refactor path subcommand argument handling

DefaultArguments are no longer passed to each subcommand. Instead, each
subcommand has its own Path<xxx>Arguments. This means that it is no
longer necessary to edit every single path subcommand source file when
changing the arguments struct.

* Add new path join subcommand

Makes it easier to create new paths. It's just a wrapper around Rust's
Path.join().
2021-03-04 20:04:56 +13:00
..
commands Refactor arguments of path subcommands & Add path join subcommand () 2021-03-04 20:04:56 +13:00
format_conversions add "-0" as short for --headerless in "from" commands () 2021-02-22 20:25:17 +13:00
main.rs nu-cli refactor moving commands into their own crate nu-command () 2021-01-12 17:59:53 +13:00