config / plugins base path should be able to set from cmdline. Currently config path is given by ``` private static final Path basePath = Path.of(System.getProperty("user.dir")); ``` in ConfigFiles, line 45.