nushell/crates/nu-command
Jakub Žádník 3075e2cfbf
Remove rest_args() from evaluated CommandArgs (#3449)
It was too error prone when positional arguments were used with the rest
arguments. Now, you need to explicitly state from which position you
want to count the rest args (e.g., `rest(0)`).
2021-05-20 10:26:23 +12:00
..
assets nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
src Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
tests Negative indexing for range (#3427) 2021-05-17 15:08:47 +12:00
build.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
Cargo.toml Load parquet and json files (#3437) 2021-05-19 07:33:10 +12:00