pushfoo / eightdad

A Chip-8 interpreter in python that may include other tools in the future
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Improve arg parsing for cli #50

Closed pushfoo closed 2 years ago

pushfoo commented 4 years ago

Use argparse or another better library rather than the hacky sys arg method.