diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:38:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:38:58 +0200 |
commit | a1ce3bce35a2eb078d8810e1d36078289538ded8 (patch) | |
tree | 30609577ed9661af3dbf8b22213e3444d733b725 /README | |
parent | ignore bin/ and obj/ (diff) | |
download | argparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.gz argparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.bz2 argparser-a1ce3bce35a2eb078d8810e1d36078289538ded8.tar.xz |
forgot to mention -- and ++
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ Command line argument parser library for multiple languages with the capability of both - and + short arguments and both -- and ++ long arguments. It supports variadic arguments, -colours and using either an array or /proc/self/cmdline. +colours and using either an array or /proc/self/cmdline, as +well as -- and temporary -- using ++. |