On 6 Nov 2008, at 01:26, Max wrote: > But with thor, I'd like to do something like this: > > bin/thor merb:gem:install do_mysql --with-mysql-lib=/path/to/library >
Try putting an extra -- in front of it, so you get bin/thor merb:gem:install do_mysql -- --with-mysql-lib=/path/to/library I've had to use that trick before now when installing the mysql gem. C --- Caius Durling [EMAIL PROTECTED] +44 (0) 7960 268 100 http://caius.name/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
