mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
# 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] ```
This commit is contained in:
@ -2,6 +2,7 @@ mod alias;
|
||||
mod all;
|
||||
mod any;
|
||||
mod append;
|
||||
mod assignment;
|
||||
mod break_;
|
||||
mod cal;
|
||||
mod cd;
|
||||
|
Reference in New Issue
Block a user