boldandbrad / meeple-cli

🎲 Interact with BoardGameGeek and manage local collections from your terminal.
MIT License
1 stars 1 forks source link

Combine `list` and `find` commands because they are redundant #64

Open boldandbrad opened 1 year ago

boldandbrad commented 1 year ago

find is currently just a superset of list. It can do everything list can do with the same syntax, while also supporting multiple collections, and additional filters.

Fold all the functionality under list and either remove find or make it an alias for list.

boldandbrad commented 1 year ago

Perhaps a solution like this: https://stackoverflow.com/questions/46641928/python-click-multiple-command-names