lavmeiker / capistrano-wpcli

Provides command line tools to facilitate Wordpress deploy.
MIT License
117 stars 34 forks source link

in zsh shell wpcli:run args are not working #25

Closed callerc1 closed 9 years ago

callerc1 commented 9 years ago

When running: cap production wpcli:run["help"] Returns: no matches found: wpcli:run["help"]

callerc1 commented 9 years ago

Escaping brackets works: cap production wpcli:run\["help"\]

tazeverywhere commented 5 years ago

thx !