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
Right now skeletor shows you how to make essentially a cute wrapper for the exec mixin. But a lot of the power of mixins comes from custom commands. A great example of that is @gaurimadhok 's work with the Docker mixin.
Let's add the plumbing for custom commands and add an example custom command so that when the author is ready to add one, the hard parts are already wired up.
I will hold off on this until we come up with a go 1.18 generics solution for unmarshaling (or something that isn't as difficult as the custom unmarshaling we do today).
The text was updated successfully, but these errors were encountered:
Right now skeletor shows you how to make essentially a cute wrapper for the exec mixin. But a lot of the power of mixins comes from custom commands. A great example of that is @gaurimadhok 's work with the Docker mixin.
Let's add the plumbing for custom commands and add an example custom command so that when the author is ready to add one, the hard parts are already wired up.
I will hold off on this until we come up with a go 1.18 generics solution for unmarshaling (or something that isn't as difficult as the custom unmarshaling we do today).
The text was updated successfully, but these errors were encountered: