From b1f006c6ebaca034fbdc3ced192315f565d80101 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Fri, 13 Dec 2013 21:00:15 +0100 Subject: [PATCH] updated readme with future plans --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 08b4a9d..1d5bf70 100644 --- a/README.md +++ b/README.md @@ -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? + - ...