rizinorg / rz-pipe

Access rizin via pipe from any programming language!
33 stars 11 forks source link

Windows cmd: Convert `\r\n` to `\n` #38

Closed kazarmy closed 2 years ago

kazarmy commented 2 years ago

This pr makes the cmd() method convert \r\n to \n on Windows so that callers don't need to deal with the '\r's.

kazarmy commented 2 years ago

I guess it's alright!

:grey_question: