Skip to content

phorest/commons-cli-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Wrapper for Apache Commons CLI

See: http://commons.apache.org/proper/commons-cli/index.html

Background

This wrapper is provided because the OptionBuilder class in commons-cli calls static methods via an instance variable. Causing Intellij's code inspections to light up.

The wrapper provides an OptionBuilder whoes Fluent interface does not upset Intellij.

About

A wrapper for the Apache commons-cli module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages