Hear Hear!! Matt, that's the spirit… that's actually one of the big reasons I'd love to move the DSL over to Thor… right now a lot of the code is wrapped up in our own DSL, from back in the day when Rake was relatively new.
The Thor version of cap could be so simple as https://gist.github.com/b84fbe1de8d561468926 - including modules to extend functionality (using Ruby's own inheritance, etc) Thor is also well behaved at reporting correct output codes, which is great. That reminds me, I'd like to be smarter about reporting if a task fails, why - something along the lines of: https://gist.github.com/e46b28731af8528c541d Thoughts? -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
