Easily build interactive shell applications with JLine 3 and picocli
Picocli Shell JLine3 contains components and documentation for building interactive shell command line applications with JLine 3 and picocli. JLine and picocli complement each other very well and have little or none functional overlap. JLine provides interactive shell functionality but has no built-in command line parsing functionality. What it does provide is a tokenizer for splitting a single command line String into an array of command line argument Strings. Given an array of Strings, picocli can execute a command or subcommand. Combining these two libraries makes it easy to build powerful interactive shell applications.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 4.6.2-2.fc36 | - |
Fedora 35 | 4.6.1-16.fc35 | - |
You can contact the maintainers of this package via email at
picocli dash maintainers at fedoraproject dot org
.