🌐
Apache Commons
commons.apache.org › proper › commons-cli › apidocs › index.html
Overview (Apache Commons CLI 1.11.0 API)
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
Lang
Apache Commons, Apache Commons Lang, Apache, the Apache logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
The Commons Math User Guide
Apache Commons, Apache Commons Math, Apache, the Apache feather logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
Deprecated
Copyright © 2002-2025 The Apache Software Foundation. All rights reserved.Apache Commons CLI | Issue management | Source repository
🌐
GitHub
github.com › apache › commons-cli
GitHub - apache/commons-cli: Apache Commons CLI · GitHub
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
Starred by 389 users
Forked by 249 users
Languages   Java 97.4% | JavaScript 2.4%
🌐
Maven Central
central.sonatype.com › artifact › commons-cli › commons-cli
Maven Central: commons-cli:commons-cli
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
🌐
Apache Commons
commons.apache.org › cli
Apache Commons CLI – Apache Commons CLI
November 8, 2025 - Apache Commons, Apache Commons CLI, Apache, the Apache logo, and the Apache Commons project logos are trademarks of The Apache Software Foundation.
🌐
Maven Repository
mvnrepository.com › artifact › commons-cli › commons-cli
Maven Repository: commons-cli » commons-cli
November 13, 2025 - Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
🌐
Apache Commons
commons.apache.org › proper › commons-cli › javadocs › api-1.2 › index.html
org.apache.commons.cli (Commons CLI 1.2 API)
October 23, 2021 - Commons CLI 1.2 API · Frame Alert · This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link toNon-frame version
🌐
TutorialsPoint
tutorialspoint.com › commons_cli › index.htm
Apache Commons CLI Tutorial
The Apache Commons CLI are the components of the Apache Commons which are derived from Java API and provides an API to parse command line arguments/options which are passed to the programs.
🌐
Apache Commons
commons.apache.org › proper › commons-cli › apidocs › org › apache › commons › cli › CommandLine.html
CommandLine (Apache Commons CLI 1.11.0 API)
org.apache.commons.cli.CommandLine · All Implemented Interfaces: Serializable · public class CommandLine extends Object implements Serializable · Represents list of arguments parsed against a Options descriptor. It allows querying of a boolean hasOption(String optionName), in addition to retrieving the getOptionValue(String optionName) for options requiring arguments.
🌐
Javadoc.io
javadoc.io › doc › commons-cli › commons-cli › latest › index.html
Apache Commons CLI 1.11.0 API
Bookmarks · Latest version of commons-cli:commons-cli · https://javadoc.io/doc/commons-cli/commons-cli · Current version 1.11.0 · https://javadoc.io/doc/commons-cli/commons-cli/1.11.0 · package-list path (used for javadoc generation -link option) · https://javadoc.io/doc/commons-cli/...
Find elsewhere
🌐
GitHub
github.com › apache › commons-cli › blob › master › RELEASE-NOTES.txt
commons-cli/RELEASE-NOTES.txt at master · apache/commons-cli
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
Author   apache
🌐
TutorialsPoint
tutorialspoint.com › commons_cli › commons_cli_quick_guide.htm
Apache Commons CLI - Quick Guide
The Apache Commons CLI are the components of the Apache Commons which are derived from Java API and provides an API to parse command line arguments/options which are passed to the programs.
🌐
TutorialsPoint
tutorialspoint.com › commons_cli › commons_cli_overview.htm
Apache Commons CLI - Overview
The Apache Commons CLI are the components of the Apache Commons which are derived from Java API and provides an API to parse command line arguments/options which are passed to the programs.
🌐
Javadevcentral
javadevcentral.com › apache commons cli
Apache Commons CLI | Java Developer Central
September 14, 2020 - The Apache Commons CLI is a library that provides API for parsing command-line options/arguments which we pass to programs.
🌐
Javadoc.io
javadoc.io › static › commons-cli › commons-cli › 1.5.0 › index.html
CommandLine (Apache Commons CLI 1.5.0 API)
JavaScript is disabled on your browser · Frame Alert · This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version
🌐
Apache
projects.apache.org › project.html
Apache Commons CLI - Apache Projects
This site relies heavily on JavaScript. Please enable it or get a browser that supports it · Managed by the Apache Community Development Project. Copyright© the Apache Software Foundation. Licensed under the Apache License, Version 2.0 Apache® and the Apache logo are trademarks of The Apache ...
🌐
Baeldung
baeldung.com › home › java › intro to the apache commons cli
Intro to the Apache Commons CLI | Baeldung
February 20, 2025 - The library can speed up the development of CLIs with its support for defining the CLI options and basic validation of them. It helps parse the command line arguments and their values. Finally, the argument values can be passed to the underlying services implementing the tool. Notably, the Apache Commons CLI library is also used in several of Apache’s products, including Kafka, Maven, Ant, and Tomcat.
🌐
Maven Repository
mvnrepository.com › artifact › commons-cli
Maven Repository: commons-cli
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
🌐
Blogger
meera-subbarao.blogspot.com › 2014 › 10 › apache-commons-cli-simple-example.html
Meera's Blog: Apache Commons CLI - A Simple Example
As soon as I got back home from the client site, I fired up my laptop, and there it was the code written almost several years back which used the Apache Commons CLI API. The best way to get access to these code examples is to blog here, and you have it handy anywhere in the world, right?
🌐
Apothem
apothem.blog › apache-commons-cli.html
Apache Commons CLI | APOTHEM
August 31, 2020 - A common task when developing user-facing applications is to parse command line parameters to turn them into runtime options. The task is certainly repetitive and prone to error when it is reimplemented time and again, but another little library from the Apache Commons project makes it definitely an easier and …