1# getoptions
2
3Simple golang getopt function, an approximation of the FreeBSD
4`getopt_long` library routine.
5
6Supports forms like:
7
8```
9--help -h --file data --file=data -v -f data -vvvfdata
10```
11
12See the godoc for this module for details.
13