Skip to content
/ cloep Public

A simple Java command line option event driven parser.

License

Notifications You must be signed in to change notification settings

mikejyg/cloep

Repository files navigation

cloep

A simple Java command line option event driven parser.

The goal of this project is to provide

A simple, modern, easy to use parser that processes command line options, in the style of getopt_long(), and maybe some others.

It is an event driven parser, so

  • The order of options matter.
  • Repetition of options is supported.

About

A simple Java command line option event driven parser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published