List of usage examples for org.apache.commons.cli CommandLine subclass-usage
From source file org.apache.maven.cli.MergedCommandLine.java
/** * A {@link CommandLine} instance that represents a merged command line combining CLI arguments with those from the * {@code .mvn/maven.config} while reflecting the handling of {@link CLIManager#SET_SYSTEM_PROPERTY} versus all the * other command line options (last wins vs first wins respectively). */ class MergedCommandLine extends CommandLine {