picocli.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of driver-cql-shaded Show documentation
Show all versions of driver-cql-shaded Show documentation
A Shaded CQL ActivityType driver for http://nosqlbench.io/
/**
* Provides classes and interfaces for the main picocli {@linkplain picocli.CommandLine command line parsing} and
* {@link picocli.AutoComplete autocompletion} functionality.
*
* The {@link picocli.CommandLine CommandLine} class is a one-file framework for creating Java command line
* applications with almost zero code.
*
* {@code CommandLine} is in a single file, so it can be included in source form.
* This lets users run picocli-based applications without requiring picocli as an external dependency.
*
* Classes and Interfaces for Defining a CommandSpec Model
*
*
*
* Classes Related to Parsing Command Line Arguments
*
*
*
* Class Diagram of the Picocli Exceptions
*
*
*
* Class Diagram of the CommandLine.Help API
*
*
*
*/
package picocli;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy