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 67cfb70 commit e61c34bCopy full SHA for e61c34b
SoftLayer/CLI/block/access/password.py
@@ -7,7 +7,7 @@
7
8
9
@click.command()
10
-@click.argument('access_id', "")
+@click.argument('access_id')
11
@click.option('--password', '-p', multiple=False,
12
help='Password you want to set, this command will fail if the password is not strong')
13
@environment.pass_env
0 commit comments