aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFreeArtMan <=>2016-01-24 13:13:09 +0000
committerFreeArtMan <=>2016-01-24 13:13:09 +0000
commit14ff7106da7e79432a85805e8ce49296f1cf9216 (patch)
tree02c100de21977c7222535e528c5348d988bd6dd1 /README.md
downloadlibarg-14ff7106da7e79432a85805e8ce49296f1cf9216.tar.gz
libarg-14ff7106da7e79432a85805e8ce49296f1cf9216.zip
Initial
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3d44447
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# arg - comand line argument library
+
+Small replacment for getopt functionality, remove messing around with standart
+while loop and just add argument definitions and get back values. Removes from
+process define new value where to store and and adding new case in swithch
+inside loop.
+
+## Supports
+Now is supported trigering flag and string.
+
+
+## TODO
+ Add list of values, IP4, IP6, ranges, custom callback support, float
+numbers,file path,direcotry,linux socket, specific devices? like loop one.
+Something more that could make usual life of smashing keyboard more non routine? \ No newline at end of file