()
| 69 | private List<String> arguments = new ArrayList<>(); |
| 70 | |
| 71 | public Config getConfig() { |
| 72 | return this.initConfig(new Config()); |
| 73 | } |
| 74 | |
| 75 | protected Config initConfig(Config config) { |
| 76 | if (this.isDebug()) { |
nothing calls this directly
no test coverage detected