When generating a stub code by using following command, I expect the Name of generated Clase should be same as the name of graphml file, rather than "ModelAPI".
java -jar graphwalker-2.5.18-SNAPSHOT-standalone.jar source -f Login.graphml -t ModelAPI.template
I'm not quite sure if this is an issue, but can we make it as an enhancement?
When generating a stub code by using following command, I expect the Name of generated Clase should be same as the name of graphml file, rather than "ModelAPI".
java -jar graphwalker-2.5.18-SNAPSHOT-standalone.jar source -f Login.graphml -t ModelAPI.template
I'm not quite sure if this is an issue, but can we make it as an enhancement?