cmdlineoptions/README.md

25 lines
577 B
Markdown
Raw Normal View History

2013-12-12 20:49:01 +01:00
cmdlineoptions-java
2013-12-12 20:09:14 +01:00
===============
A simple java class handling commandline options.
2013-12-12 20:23:02 +01:00
2013-12-12 20:59:01 +01:00
Currently available just as a Java class, within an eclipse project. :)
2013-12-12 20:23:02 +01:00
It supports single dashed options like "-h", double dashed options "--help" and additional option alternatives.
It has got automatic help handling of all configured options with "-h", "--help" and "-?".
2013-12-13 21:00:15 +01:00
Future plans
===============
2013-12-13 21:05:40 +01:00
- tests, of course...
2013-12-13 21:00:15 +01:00
- refactoring for more flexibility
- better errorhandling
- writing a simple getting started
- writing the exact same thing for:
- C
- C++
- bash?
- ...