Add custom cli style to a vector
Usage
cli_vec(x, style = list())
Arguments
- x
Vector that will be collapsed by cli.
- style
Style to apply to the vector. It is used as a theme on a
span
element that is created for the vector. You can setvec-sep
andvec-last
to modify the separator and the last separator.
Details
You can use this function to change the default parameters of collapsing the vector into a string, see an example below.
The style is added as an attribute, so operations that remove attributes will remove the style as well.