aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-17 16:26:22 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-17 16:26:22 +0200
commitdc386ca6c76c5c9607efe9d5f4add0d2a37d925f (patch)
tree4f663cd1fa791f3f274e81be555548d9f9a830de /README
downloadargparser-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--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..aa27fa9
--- /dev/null
+++ b/README
@@ -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.