Package picocli

Provides classes and interfaces for the main picocli command line parsing and autocompletion functionality.

See: Description

Package picocli Description

Provides classes and interfaces for the main picocli command line parsing and autocompletion functionality.

The CommandLine class is a one-file framework for creating Java command line applications with almost zero 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.