Skip to content
New issue

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

cli-completion.bash bad Completion #271

Open
ihaz opened this issue Aug 2, 2023 · 1 comment
Open

cli-completion.bash bad Completion #271

ihaz opened this issue Aug 2, 2023 · 1 comment

Comments

@ihaz
Copy link

ihaz commented Aug 2, 2023

CreateVolume () {
COMPREPLY=($(compgen -W " --AvailabilityZone ...

According with the documentation CreateVolume need SubregionName and not AvailabilityZone

Regards

@jerome-jutteau
Copy link
Contributor

Thanks @ihaz for pointing out the issue.

Note: this is problematic for "api" sub-command but not for "fcu" CreateVolume which requires AvailabilityZone.
Collision should not be an issue anymore with oapi-cli.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants