mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-07 08:33:59 +00:00
added description/long help and usage to all the current commands and updated a few of existing ones
added help info objects to the commands who missed them changed all commands to be templated and removed the hard coded strings to only rely on templates (other commands might only want to use the direct string) fixed handling of null parameters/submodules in help command fixed experience module not showing up in help command
This commit is contained in:
@@ -28,6 +28,7 @@ public class TemplateSeedDataLoader {
|
||||
|
||||
@EventListener
|
||||
public void handleContextRefreshEvent(ContextRefreshedEvent ctxStartEvt) {
|
||||
log.info("Updating templates.");
|
||||
List<Resource> templatesToLoad = Arrays.asList(resources);
|
||||
templatesToLoad.forEach(resource -> {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user