utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
585 stars 38 forks source link

Improve handling of commandline args #31

Closed chippmann closed 4 months ago

chippmann commented 3 years ago

We now have quite a few command line arguments that one can supply to change how the jvm/cpp interaction works. It would simplify things a lot if we had a table in the readme that lists all available arguments and their functionality. If written well, this can be later copied one to one to the documentation.

piiertho commented 3 years ago

I would add the creation of a conf struct on cpp side, to enhance maintainability. For now cmd parsing is in init method of GDKotlin singleton, which is dirty.

chippmann commented 3 years ago

Changed title and thus subject of this issue as the actual documentation of the commandline args was already done with https://github.com/utopia-rise/godot-kotlin-jvm/pull/79