naitoh / py2rb

A code translator using AST from Python to Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sys.argv and sys.exit

jayvdb opened this issue · comments

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.