PyBites-Open-Source / eatlocal

This package helps users solve PyBites code challenges on their local machine.
MIT License
20 stars 9 forks source link

Replace command-line parsing with typer #4

Closed JnyJny closed 2 years ago

JnyJny commented 2 years ago

Converted command-line parsing from argparse to typer, which allows command line options to specified as function arguments. I kept the command-line interface the same as the argparse implementation.