drush --blahblahblah info doesn't fail. It should.

This is especially annoying when combined with mis-reading the --uri= switch as --url= and not being able to figure out why it's not working

Comments

moshe weitzman’s picture

Status: Active » Closed (works as designed)

drush does not know what all your contrib and custom modules might be offerring for options. it can't fail this way, or at least is not designed as such.

naught101’s picture

Makes sense. Wouldn't such options only come after the module name though?