edmundmok / mealpy

Order your meals on MealPal automatically!
MIT License
28 stars 22 forks source link

Add cli arguments #4

Closed ipwnponies closed 5 years ago

ipwnponies commented 5 years ago

The inputs to the script are hard-coded.

https://github.com/edmundmok/mealpy/blob/9e60e066a53408057bedba882970c485bf5c516d/mealpy.py#L133-L136

Add argparse to get these inputs.

edmundmok commented 5 years ago

I am going to explore using click instead of just argparse, since it seems to be a better way of managing commands, and we are going to be supporting other commands like displaying restaurants.