You're null checking model before calling isUrl on it, you're not doing the same with config. https://github.com/networknt/light-codegen/blob/master/codegen-cli/src/main/java/com/networknt/codegen/Cli.java#L70
You're null checking model before calling isUrl on it, you're not doing the same with config.
https://github.com/networknt/light-codegen/blob/master/codegen-cli/src/main/java/com/networknt/codegen/Cli.java#L70