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

Allow path completions #16

Open
max-sixty opened this issue Feb 22, 2018 · 0 comments
Open

Allow path completions #16

max-sixty opened this issue Feb 22, 2018 · 0 comments

Comments

@max-sixty
Copy link

Describe the problem

If I type

docker-compose run test mylibrary/<tab>

...where test is a service and mylibrary is a path (relative to the current path), I don't get any completions for the path. Without fish-docker-compose, I do get completions.

While in some compose configurations it's correct to disallow that, in the (I think fairly common?) case that the current path is mapped as a volume into the container, it's valid.

And my prior is that it's better to allow too much than disallow too much

How would you feel about deferring to the existing completions in the case that fish-docker-compose doesn't a valid completion?

Software versions

Fish Shell version: fish, version 2.7.1
Docker Compose version: docker-compose version 1.18.0, build 8dd22a9
Compose file version: 2.2

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

No branches or pull requests

1 participant