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
there should be a way to add a hook to perform an action after running the configuration parse stage (and after it passes). something like:
moon.AfterParse(func() {
// ...
})
and you should be able to register a bunch of stuff like that. That way, in different files, you can add post-config hooks in init() instead of having a really cumbersome and huge main().
The text was updated successfully, but these errors were encountered:
there should be a way to add a hook to perform an action after running the configuration parse stage (and after it passes). something like:
and you should be able to register a bunch of stuff like that. That way, in different files, you can add post-config hooks in
init()
instead of having a really cumbersome and hugemain()
.The text was updated successfully, but these errors were encountered: