Returns the string passed to it. Useful for testing client–server round-trips.
ECHO message
| Argument | Type | Required | Description |
|---|---|---|---|
message |
string | Yes | The string to echo back. |
The message exactly as provided.
message is required— when called without an argument.
> ECHO hello
hello
> ECHO
error: message is required