salesforce-cli-bash-completion icon indicating copy to clipboard operation
salesforce-cli-bash-completion copied to clipboard

Issue with Windows

Open karthickjayakumar opened this issue 6 years ago • 1 comments

Hi ,

I followed the steps and tried the same in Git Bash (in my windows machine) below are the reults

  • SFDX ( used tab ) - I get the list of all Force commands
  • SFDX Force (used tab ) - I dont get the command's instead i get the directory list.

Attaching the screenshots for refrence sfdx2 sfdx1

karthickjayakumar avatar Mar 15 '19 10:03 karthickjayakumar

It is an issue with bash4, current version does only support bash 3. I did add a pull request with bash 4 support:

https://github.com/wadewegner/salesforce-cli-bash-completion/pull/4

Falcosc avatar Jun 25 '19 06:06 Falcosc