gradle / gradle-completion

Gradle tab completion for bash and zsh
MIT License
1.02k stars 131 forks source link

Unexpecting completion for args who are file/directory with spaces #80

Open rockandska opened 4 years ago

rockandska commented 4 years ago

Hi there,

Not a gradle user but only read the completion script to see if i can help a user who use it with fzf-obc

From what i read here, it seems there will be unexpecting results with those args -b|--build-file|-c|--settings-file|-I|--init-script|-g|--gradle-user-home|--include-build|--project-cache-dir|--project-dir if the file/directory selected contain a space.

Regards