diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:26:22 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-06-17 16:26:22 +0200 |
commit | dc386ca6c76c5c9607efe9d5f4add0d2a37d925f (patch) | |
tree | 4f663cd1fa791f3f274e81be555548d9f9a830de /README | |
download | argparser-dc386ca6c76c5c9607efe9d5f4add0d2a37d925f.tar.gz argparser-dc386ca6c76c5c9607efe9d5f4add0d2a37d925f.tar.bz2 argparser-dc386ca6c76c5c9607efe9d5f4add0d2a37d925f.tar.xz |
first commit
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +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. |