nushell/crates/nu-command/src/commands/ansi
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
..
command.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
mod.rs add ansi strip subcommand (#3095) 2021-02-23 14:16:13 -06:00
strip.rs Remove rest_args() from evaluated CommandArgs (#3449) 2021-05-20 10:26:23 +12:00