Example: https://github.com/wadewegner/zsh-completions/blob/master/src/_sfdx
I've noticed that completions for the directory stop working. For example, before using the above completion, you could type sfdx force:command -d
and then use TAB to target a directory. However, after installing the completion, when you hit TAB after -d
it doesn't try to autocomplete directories; instead, it only looks to the args defined in _sfdx
for completions.
Is this something wrong with zsh-completions or the _sfdx
completion? Could it be a misconfigured .zshrc
file?
Thanks!