v0.1.2
Minor bugfixes
Fixed encoding issues with --output. (Changed encoding to utf-8)
Linux
cat the contents like this
cat outfile
Windows Powershell
cat the contents like this
Get-Content outfile -encoding UTF8
Install
pip install https://github.com/ultraflame4/CliR/archive/refs/tags/v0.1.2.zip
Full Changelog: v0.1.1...v0.1.2