Package io.quarkus.runtime
Interface CommandLineRuntimeConfig
@ConfigMapping(prefix="quarkus")
@ConfigRoot(phase=RUN_TIME)
@ConfigDocPrefix("quarkus.command-line")
public interface CommandLineRuntimeConfig
Command line.
This configuration class is here to avoid warnings when using -Dquarkus.args=...
.
-
Method Summary
-
Method Details
-
args
The arguments passed to the command line.We don't make it a list as the args are separated by a space, not a comma.
-