Adding stuff into livedata.yaml needs _two_ rounds of config generation #4514

This commit is contained in:
rusefillc 2022-09-02 23:15:23 -04:00
parent a5ed0e7d34
commit d7f1207b93
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ public class EnumToString {
public static void main(String[] args) throws IOException {
InvokeReader invokeReader = new InvokeReader(args).invoke();
handleRequest(invokeReader);
}
public static void handleRequest(InvokeReader invokeReader) throws IOException {
String outputPath = invokeReader.getOutputPath();
EnumsReader enumsReader = new EnumsReader();