cli()
will record all cli_*
calls in expr
, and emit them together
in a single message. This is useful if you want to built a larger
piece of output from multiple cli_*
calls.
Arguments
- expr
Expression that contains cli_*
calls. Their output is
collected and sent as a single message.
Details
Use this function to build a more complex piece of CLI that would not
make sense to show in pieces.
