~mna/webparts-flag

An implementation of the `webparts/flag` standard interface based on the standard library and envconfig.
support flags after non-flag arguments
test with env vars
implement parsing with and without env vars

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mna/webparts-flag
read/write
git@git.sr.ht:~mna/webparts-flag

You can also use your local clone with git send-email.

#webparts-flag

GoDoc

This repository provides an implementation of the webparts/flag standard interface using the standard library, a custom flag-to-struct mapping, and the github.com/kelseyhightower/envconfig package.

#see also