Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow short options. Needed to pass along -vvv
--verbose=3 is not allowed by its InputDefinition. --verbose does not accept a value (i.e. is VALUE_NONE). It must be passed as short option. So we enable convertOptions() to pass along short options via a magic value `-short`. Magic values of true and false are already supported so hopefully this doesnt smell too bad. This enables a fix for drush-ops/drush#5909
- Loading branch information