Command line parsing mess
cmd/argh | ||
argh.go | ||
go.mod | ||
go.sum | ||
node.go | ||
nvalue_string.go | ||
parser_test.go | ||
parser.go | ||
querier_test.go | ||
querier.go | ||
README.md | ||
scanner.go | ||
token_string.go | ||
token.go |
argh command line parser
NOTE: much of this is lifted from https://blog.gopheracademy.com/advent-2014/parsers-lexers/