Skip to content

Covers how to parse your Java command line arguments quickly with the JCommander API

Notifications You must be signed in to change notification settings

mvpjava/jcommander-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jcommander-tutorial

Covers how to parse your Java command line arguments quickly with the JCommander API

This tutorial overs how to parse your Java command line arguments super fast by using a declarative approach (via annotations).

I cover the majority of features one would like to adopt for every project requiring parsing the CLI such as help, usage, validators, type converters, required parameters, descriptions, multiple names, separators, arity (multiple values) and reading the parameters from file.

This small framework is a real time saver, quick to learn and a tool you should definitely include in your tool box.

Click here to check out the tutorial on YouTube Title: Parsing Java Command Line Arguments with JCommander Video link: https://youtu.be/LdAVKmDE5aA

About

Covers how to parse your Java command line arguments quickly with the JCommander API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages