java-argparse4j
Java command-line argument parser library
Argparse4j is a command line argument parser library for Java based on Python's argparse
module.
- Versions: 0.9.0
- Website: https://argparse4j.github.io/
- Licenses: Expat
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of java-argparse4j
as follows:
guix install java-argparse4j
Or install a particular version:
guix install java-argparse4j@0.9.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.