naitoh / py2rb

A code translator using AST from Python to Ruby.
MIT License
134 stars 17 forks source link

sys.argv and sys.exit #11

Open jayvdb opened 3 years ago

jayvdb commented 3 years ago

It appears there is no translation of sys.argv and sys.exit. Without these it isnt possible to transpile CLI scripts that use args or have exit codes.