diff --git a/src/conviso/VERSION b/src/conviso/VERSION index b003284..a45be46 100644 --- a/src/conviso/VERSION +++ b/src/conviso/VERSION @@ -1 +1 @@ -0.2.7 +0.2.8 diff --git a/src/conviso/commands/projects.py b/src/conviso/commands/projects.py index 13a3330..183a0ed 100644 --- a/src/conviso/commands/projects.py +++ b/src/conviso/commands/projects.py @@ -22,7 +22,7 @@ def list_projects( filters: Optional[List[str]] = typer.Option( None, "--filter", - "-f", + "-F", help="Apply filters in 'field=value' format. Supports aliases (e.g., id=123, name=foo, status=DONE).", ), sort_by: Optional[str] = typer.Option(