repositorypackage
0.1.1
Repository: https://github.com/bitmark-inc/getoptions.git
Documentation: pkg.go.dev
# README
getoptions
Simple golang getopt function, an approximation of the FreeBSD
getopt_long
library routine.
Supports forms like:
--help -h --file data --file=data -v -f data -vvvfdata
See the godoc for this module for details.