2013-12-24 16:14:17 +01:00
cmdlineoptions
2013-12-12 20:09:14 +01:00
===============
2013-12-24 16:14:17 +01:00
A library for some languages handling commandline options in the dashed fashion.
2013-12-12 20:23:02 +01:00
2013-12-24 16:14:17 +01:00
Currently available as:
- java
- Currently available just as a Java class, within an eclipse project. :)
- C
- ... not ... quite ... ready ...
- (C++ maybe coming soon...)
- maybe other languages in the future?
2013-12-12 20:38:46 +01:00
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-24 16:14:17 +01:00
The library - or better, the libraries - are planned to be consistent over all languages, so you are able to define and check and retrieve options with similar function calls.
2013-12-13 21:00:15 +01:00
2013-12-24 16:14:17 +01:00
Current work and future plans
2013-12-13 21:00:15 +01:00
===============
2013-12-24 16:14:17 +01:00
Working on:
- JUnit tests
- Java: refactoring
- Java: better errorhandling
- Java: Examples
- C version
- Getting started
2013-12-13 21:00:15 +01:00
2013-12-24 16:14:17 +01:00
Future plans:
- C++ version
2013-12-13 21:00:15 +01:00
- ...