forked from extern/nushell
248aca7a44
# Description This PR fixes `reject` failing when providing row items in ascending order. # User-Facing Changes users can now `reject` multiple rows independently of each other. ```nushell let foo = [[a b]; [ 1 2] [3 4] [ 5 6]] # this will work independant of the order print ($foo | reject 2 1) print ($foo | reject 1 2) ``` --------- Co-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |