Description Usage Arguments Details Value Examples
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.
1 | cli(expr)
|
expr |
Expression that contains |
Use this function to build a more complex piece of CLI that would not make sense to show in pieces.
Nothing.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.