rename group command to groups to have consistency into the cli
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user