nushell/crates/nu-command/tests
raccmonteiro b56ad92e25
++= appendAssign operator (#7346) (#7354)
# Description

Closes  https://github.com/nushell/nushell/issues/7346



# Tests + Formatting
```
> mut a = [1 2 3]
> $a ++= [4 5 6]
> $a
[1 2 3 4 5 6]
```
2022-12-09 11:20:58 -05:00
..
commands ++= appendAssign operator (#7346) (#7354) 2022-12-09 11:20:58 -05:00
format_conversions Clean up keyword lines in help (#7243) 2022-11-26 20:16:39 +13:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00