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 10b8618 commit 3dd8591Copy full SHA for 3dd8591
1 file changed
alertaclient/commands/cmd_user.py
@@ -4,7 +4,7 @@
4
5
6
@click.command('user', short_help='Update user')
7
-@click.option('--id', '-i', metavar='UUID', required=True, help='User ID')
+@click.option('--id', '-i', metavar='UUID', help='User ID')
8
@click.option('--name')
9
@click.option('--email')
10
@click.option('--password')
0 commit comments