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

Task completion outside root project directory #3

Closed
eriwen opened this issue Jan 21, 2017 · 1 comment
Closed

Task completion outside root project directory #3

eriwen opened this issue Jan 21, 2017 · 1 comment

Comments

@eriwen
Copy link
Contributor

eriwen commented Jan 21, 2017

Currently this is not supported yet in bash or zsh.

This would require searching parent directories until a root project is found as is done in https://github.com/ywelsch/gradle-bash-tools/blob/master/gradle-bash-tools.sh

Workaround is to install gdub

eriwen added a commit that referenced this issue Feb 24, 2017
Search for the root project dir by iteratively looking upward
until gradlew, settings.gradle, or / is found.

Use the root dir when calling and generating completions.

Issue: #3
@eriwen
Copy link
Contributor Author

eriwen commented Feb 24, 2017

Closing as complete

@eriwen eriwen closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant