KristianKarl-zz/GraphWalker

Issue/Enhancement for generating stub code

sosomagic opened this issue · 1 comments

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?

It's per design. But sure, it can be enhanced!
I would encourage you to write a patch!