We need to use stdout when there is an active sink, I suppose? I am not entirely sure. Reprex: ```r ❯ R -q -e 'capture.output(cli::cli_text("time: {100} year{?s}"))' > capture.output(cli::cli_text("time: {100} year{?s}")) time: 100 years character(0) ```
We need to use stdout when there is an active sink, I suppose? I am not entirely sure. Reprex: