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
If I type gradle dependencies --conf<tab> it is expanded to --configuration= but if I type gradle mysubproject:dependencies --conf<tab> it isn't. Looks like Zsh completion matches full command name instead of the last part after a colon.
The text was updated successfully, but these errors were encountered:
If I type
gradle dependencies --conf<tab>
it is expanded to--configuration=
but if I typegradle mysubproject:dependencies --conf<tab>
it isn't. Looks like Zsh completion matches full command name instead of the last part after a colon.The text was updated successfully, but these errors were encountered: