R/cli.R
cli_end.Rd
Close a CLI container
cli_end(id = NULL)
Id of the container to close. If missing, the current container is closed, if any.
## If id is omitted cli_par() #> cli_text("First paragraph") #> First paragraphcli_end() cli_par() cli_text("Second paragraph") #> Second paragraphcli_end() #>