rename group command to groups to have consistency into the cli

This commit is contained in:
2026-04-10 13:12:23 +02:00
parent 362b53a384
commit e848b8d95f
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ def _print_groups(groups: list[dict], *, show_browser: bool = False) -> None:
console.print(table)
@click.group("group")
@click.group("groups")
def group_group():
"""Manage tab groups."""