aboutsummaryrefslogblamecommitdiffstats
path: root/README.md
blob: 42b962fbd5e310b0cc1effec4f6b7b937c8cdd69 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                              
                                                                                   
                                                                               
# 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?