diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-28 00:29:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-28 00:29:00 +0200 |
commit | 788160fe18d3efe216502661b6feb64a80f8d70b (patch) | |
tree | 5d4a3a6106fd7995d04b84a4ff48bd9ceec5e2a0 | |
parent | issue 7 and 8, info manual (diff) | |
download | argparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.gz argparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.bz2 argparser-788160fe18d3efe216502661b6feb64a80f8d70b.tar.xz |
update readme5.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ Command line option parser library for multiple languages with the capability of both - and + short options and both -- and ++ long options. It supports variadic options, -colours and -- and temporary -- using ++. +colours, --, temporary -- using ++, stickness configurable +optionally argumented options, and configurable abbreviations +that can be used to typo correction if you so wish. |