Closed wickles closed 1 year ago
This issue has been labeled as stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been labeled as stale for 7 days with no activity.
Describe the bug
I have yadm installed via homebrew on macos. Bash completions are not working for yadm unless I also install git via homebrew. However I already have bash completions for (apple provisioned) git via ble.sh.
I tried installing bash-completions from homebrew, but it didn't help because it doesn't include the completions for git (since those are provided with the git formula instead).
Have not looked into the details of how ble.sh is providing git completions but I guess it is not compatible with the assumptions made by yadm?
(Maybe related to the fix for #318?)
To reproduce
Steps to reproduce the behavior:
Expected behavior
Bash completions for yadm should be compatible with existing git completions.
Environment