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
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
Spent a while on this one... Best bet for --operate-on ref completion was git rev-parse --symbolic --branches --remotes --tags. Unfortunately auto complete was not easy to do using optparse-applicative. It fails to auto complete for git's special macro, i.e., it won't auto complete on git fmt <TAB>.
Further, I couldn't get the completer working properly with prefixes for --operate-on. It seems that it didn't handle forward slashes well inside the options. It kept trying to auto complete origin/ straight to the final element, e.g., origin/0.1.0 rather than origin/release/0.1.0.
https://github.com/pcapriotti/optparse-applicative/wiki/Bash-Completion
The text was updated successfully, but these errors were encountered: