updated readme with future plans

This commit is contained in:
Marcel M. Otte 2013-12-13 21:00:15 +01:00
parent 8293dc5a43
commit b1f006c6eb
1 changed files with 13 additions and 0 deletions

View File

@ -8,3 +8,16 @@ Currently available just as a Java class, within an eclipse project. :)
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 "-?".
Future plans
===============
- refactoring for more flexibility
- better errorhandling
- writing a simple getting started
- writing the exact same thing for:
- C
- C++
- bash?
- ...