osc-cli icon indicating copy to clipboard operation
osc-cli copied to clipboard

cli-completion.bash bad Completion

Open ihaz opened this issue 1 year ago • 1 comments

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

According with the documentation CreateVolume need SubregionName and not AvailabilityZone

Regards

ihaz avatar Aug 02 '23 21:08 ihaz

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.

jerome-jutteau avatar Aug 03 '23 08:08 jerome-jutteau