We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57c53b commit 5d9005bCopy full SHA for 5d9005b
compiler_admin/commands/user/delete.py
@@ -7,7 +7,7 @@
7
@click.command()
8
@click.option("-f", "--force", is_flag=True, help="Don't ask for confirmation.")
9
@click.argument("username")
10
-def delete(username: str, force: bool = False):
+def delete(username: str, force: bool = False, **kwargs):
11
"""
12
Delete a user account.
13
0 commit comments