nushell/crates/nu-command/src/commands/path
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
..
basename.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
command.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
dirname.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
exists.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
expand.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
join.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
mod.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
parse.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
split.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00
type.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00