yvoronoy / magento2-bash-completion

Magento2 Bash Completion
MIT License
140 stars 29 forks source link

Not working in Mac OSX 10.11.5 #2

Closed MagePsycho closed 8 years ago

MagePsycho commented 8 years ago

I simply copied the magento2-bash-completion file to /usr/local/etc/bash_completion.d/ and reload it. And if you tried to press tab after incomplete command nothing happens.

yvoronoy commented 8 years ago

Thank you for reporting. I have tested on Mac OSX 10.11.4 and bash --help GNU bash, version 3.2.57(1)-release-(x86_64-apple-darwin15)

I will try to check it, and update you soon

yvoronoy commented 8 years ago

I have checked on MacOSX and it works as expected. Please check these:

Let me know if it helps you to resolve the issue.

MagePsycho commented 8 years ago

Works perfectly by following those steps. Going to write a blog post on this. Thanks for the useful plugin.

MagePsycho commented 8 years ago

There is one issue that I noticed. bin/magento module:en[TAB]-> bin/magento enable which should be bin/magento module:enable

yvoronoy commented 8 years ago

Great, share link with me when blog post will be ready 👍 Unfortunately, I can't reproduce your second issue, it works as expected. Your can see all commands on line https://github.com/yvoronoy/magento2-bash-completion/blob/master/magento2-bash-completion#L12 there is module:enable command.

yvoronoy commented 8 years ago

Yesterday I have resolved other issue https://github.com/yvoronoy/magento2-bash-completion/issues/3 So ensure you are using the last version of completion file.

yvoronoy commented 8 years ago

I'm closing this issue. Feel free to reopen it, or create a new one if you will have any issues.

Thank you