mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
Update reference to removed "explode" command to refer to "all" instead.
This commit is contained in:
parent
da16162cc8
commit
f2264ee4df
|
@ -339,7 +339,7 @@ get all its element values. This is called **exploding** the variable:
|
|||
```
|
||||
|
||||
(This notation is restricted to exploding variables. To explode arbitrary
|
||||
values, use the builtin [explode](builtin.html#explode) command.)
|
||||
values, use the builtin [all](builtin.html#all) command.)
|
||||
|
||||
When assigning variables, if you prefix the name of the last variable with `@`,
|
||||
it gets assigned a list containing all remaining values. That variable is called
|
||||
|
|
Loading…
Reference in New Issue
Block a user