-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
The following line give me an error when installed on macOS Mojave (10.14.6)
bash-complete-partial-path/bash_completion
Line 306 in 11771a5
[[ -z "$DYNAMIC" ]] && complete -D -F _bcpp_complete_file |
-bash: complete: -D: invalid option
complete: usage: complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W wordlist] [-P prefix] [-S suffix] [-X filterpat] [-F function] [-C command] [name ...]
Other than that, great work!