> help append
Append the given row to the table
Usage:
> append <row value> {flags}
Parameters:
<row value> the value of the row to append to the table
Flags:
-h, --help: Display this help message
Examples:
Add something to the end of a list or table
> echo [1 2 3] | append 4
Explanation
The image shows the help message for the 'append' command. It describes the command's usage, parameters, flags, and includes an example of how to use the command to add something to the end of a list or table. The command is used to append a given row to the table.