You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using -Dkey=value results in "Too many arguments".
Steps to reproduce
C:\>helidon.bat init --batch --error -Dflavor=se -Dapp-type=quickstart --cli-debug
"[WARNING] Use HELIDON_JAVA_OPS environment property to setup JVM arguments""[DEBUG] Distribution located at : C:\Users\Romain\Downloads\helidon-cli-impl-3.0.6\helidon-3.0.6""[DEBUG] Using java command : java""[DEBUG] Command executed : java -jar C:\Users\Romain\Downloads\helidon-cli-impl-3.0.6\helidon-3.0.6\helidon-cli.jar init --batch --error -Dflavor se -Dapp-type quickstart"
error: Too many arguments
See 'helidon init --help'