Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyanetsky committed Aug 22, 2023
1 parent f5ec6db commit ebdf28c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastimer/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def start(path: str | None, length: int) -> None:

@cli.command(help="Show details of fasting.")
@click.argument("what", default="last", type=click.Choice(["last", "prev", "on"]))
@click.argument("date", default="")
@click.option("-p", "--path", type=__path_type(), help=__path_help())
def show(path: str | None, what: str) -> None:
"""
Expand Down

0 comments on commit ebdf28c

Please sign in to comment.