Append
Append accepts no arguments.
It appends a new index to the input slice/array.
Usage
Because the append function is commonly used dasel has a recognised alias of []
that results in a append()
call.
Examples
Append an int to a list
Append an int to a list with alias
Last updated