You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creperie used to use Thor, but I was unable to get Thor to output consistent help/usage documentation. Instead, I switched to Clamp. However, because Thor functions as such a good library for generators, Creperie::Commands::New is just a proxy to display the correct usage banner and pass options to a Thor generator. I'd rather eschew this level of abstraction and see if Thor::Actions can be directly included into Creperie::Commands::New. This seems possible, but it also appears that there would be a lot of necessary overrides to methods that Thor::Actions expects to exist.
The text was updated successfully, but these errors were encountered:
Creperie used to use Thor, but I was unable to get Thor to output consistent help/usage documentation. Instead, I switched to Clamp. However, because Thor functions as such a good library for generators,
Creperie::Commands::New
is just a proxy to display the correct usage banner and pass options to a Thor generator. I'd rather eschew this level of abstraction and see ifThor::Actions
can be directly included intoCreperie::Commands::New
. This seems possible, but it also appears that there would be a lot of necessary overrides to methods thatThor::Actions
expects to exist.The text was updated successfully, but these errors were encountered: