Thanks to visit codestin.com Credit goes to github.com
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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@click.option( '--enable/--disable', default=True, help=""" Enable/Disable snapshot notification. Use `slcli block snapshot-set-notification volumeId --enable` to enable. """, required=True)
In the click option has mentioned, --enable/--disable but in the cli only --enable is only displayed.
./slcli block snapshot-set-notification --help Usage: slcli block snapshot-set-notification [OPTIONS] VOLUME_ID Enables/Disables snapshot space usage threshold warning for a given volume. ββββββ¬ββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ β β volume_id β β β β --enable β Enable/Disable snapshot notification. Use `slcli block snapshot-set-notification volumeId --enable` to enable. [required] β β -h β --help β Show this message and exit. β ββββββ΄ββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
The text was updated successfully, but these errors were encountered:
softlayer#2046 fixed secondary options not showing up in the help mesβ¦
fdea981
β¦sage, colored the vs placementgroup and vs capacity commands
softlayer#2046 tox fixes
fdeae2c
allmightyspiff
Successfully merging a pull request may close this issue.
In the click option has mentioned, --enable/--disable but in the cli only --enable is only displayed.
The text was updated successfully, but these errors were encountered: