alexc7018 / vvv-site-wizard

Automates setting up new WordPress sites in Varying Vagrant Vagrants
GNU General Public License v2.0
347 stars 47 forks source link

move options before args #5

Closed tripflex closed 10 years ago

tripflex commented 10 years ago

Options are not positional (-mindepth/-maxdepth affects tests specified before it as well as those specified after it). Options should be specified before other arguments.

Current setup throws errors on certain installations (tested to show error on Linux Mint 15)