timmo001 / ovoenergy

Get energy data from OVO's API.
https://timmo.dev
Apache License 2.0
30 stars 16 forks source link

duplicated switch #9

Closed jfarcher closed 3 years ago

jfarcher commented 3 years ago

in cli.py you have a duplicated switch for day and date -d @click.option("--date", "-d", help="Date") @click.option("--daily", "-d", is_flag=True, help="Daily usage")