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
Create new Main classes for each of the modules, default to using the MarkdownModule
If anyone wants to use other modules as a main, they can do that in the usual Java ways for now. It's not like there are any users these days anyway. :')
Remove the module multiplexing stuff for now
Figure out some way of extracting common functionality (like config property loading) from the command processor so it can be shared, just in case one was to add the multi-module stuff later
The current way is a bit messy:
Cleanup