salesforce-cli-zsh-completion
salesforce-cli-zsh-completion copied to clipboard
file path autocompletion not working
Hi Wade,
This is a cool one, but it seems that invalidate the standard autocomplete to folders and files after typing DX commands.
For example, this plugin will autocomplete from sfdx force:so
to sfdx force:source:
if I press tab button.
But after that, if I'm trying the following
sfdx force:source:retrieve -p force-app/ma
and pre tab
it won't use the standard autocomplete what will turn that into
sfdx force:source:retrieve -p force-app/main/
Am I missing any configuration?
Thanks