gluonfx-gradle-plugin icon indicating copy to clipboard operation
gluonfx-gradle-plugin copied to clipboard

Command Line arguments

Open NO-ob opened this issue 4 years ago • 1 comments

When launching with command lines arguments args length is 0 do I need to add a link in pom to get them to work?

NO-ob avatar Feb 06 '20 14:02 NO-ob

I think too this would be useful, for nativeRun and for nativeBuildAgent. Currently, I work around by setting default args in my main method.

Maybe ./gradlew nativeRun should be compatible to ./gradlew run and accept an --arg="arg1 arg2 ..." argument?

vinjana avatar Dec 01 '21 21:12 vinjana