Skip to content

v0.1.2

Compare
Choose a tag to compare
@ultraflame4 ultraflame4 released this 20 Apr 08:58
· 48 commits to main since this release

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