Example usage for org.apache.commons.cli CommandLine subclass-usage

List of usage examples for org.apache.commons.cli CommandLine subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.cli CommandLine subclass-usage.

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 {