aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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