thephpleague / climate

PHP's best friend for the terminal.
http://climate.thephpleague.com
MIT License
1.87k stars 126 forks source link

How can i write carriage return \r in this library ? #178

Closed sandrocods closed 3 years ago

duncan3dc commented 3 years ago

Hi there, you should be able to do:

$climate = new \League\CLImate\CLImate();
$climate->inline("\r");