This commit is contained in:
Daniel Sun 2022-11-14 16:19:14 -05:00
parent 1bc305fe59
commit c726d849bf
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ def delete(group_name):
resp = http_delete(f'/api/groups/{group_name}')
handle_stream_response(resp, DeleteGroupTransaction.operations)
@gropus.command(short_help='Search for groups')
@groups.command(short_help='Search for groups')
@click.argument('group name')
def search(group_name):
check_if_in_development()