You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I opened docker/cli#4136 that should address this :) Other than that, the completion scripts generated by docker completion <bash/zsh/fish> should not have that problem since they use the Cobra V2 completion.
We've closed other issues about this here since it's not really a "Compose" problem, so please track this over in the CLI repo.
Description
Compose should autocomplete -f to a file name.
Steps To Reproduce
In a shell, type:
Expected result:
a list of files in the current directory
Actual result:
Autocompletes to "y"
Additional notes:
docker-compose-v1 behaves correctly
You can also reproduce as:
Compose Version
Docker Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: