diff --git a/myice/myice.py b/myice/myice.py index 3365c32..cf9e57d 100755 --- a/myice/myice.py +++ b/myice/myice.py @@ -448,7 +448,7 @@ def get_practice_pdf( @app.command("search") def parse_schedule( - age_group: Annotated[AgeGroup | None, typer.Option(...)] = None, + age_group: Annotated[AgeGroup | None, typer.Option()] = None, event_type_filter: Annotated[ EventType | None, typer.Option("--type", help="Only display events of this type"), diff --git a/pyproject.toml b/pyproject.toml index a4b44f5..e48945f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "myice" -version = "v0.4.1" +version = "v0.4.2" description = "myice parsing" authors = [ { name = "Rene Luria", "email" = ""},