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
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
Comment #1
moshe weitzman commenteddrush 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.
Comment #2
naught101 commentedMakes sense. Wouldn't such options only come after the module name though?