JHertz5 / shopping_list

python script to generate shopping list from Google Sheets spreadsheet
GNU General Public License v3.0
1 stars 0 forks source link

Restructure interface #2

Closed JHertz5 closed 10 months ago

JHertz5 commented 10 months ago

There are features that are never used and only serve to complicate the codebase and spreadsheet, e.g. the macros stuff. Decide what should be removed and purge it. Additionally, this "exectuable" has a mixture of script behaviour and CLI behaviour. It is possible to run the tool with arguments, but by default it assumes the -g argument rather than printing a help message. Correct this.

JHertz5 commented 10 months ago
Option Staying? Comment
generate_list ✔️
recipe_url ✔️ Currently broken
update_macros Unused
suggest_recipe ✔️
help ✔️