File: README.md

package info (click to toggle)
golang-github-smira-flag 0.0~git20170926.695ea5e-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
flag
=======

A fork of fork of the official "flag" package but with:

 * the flag.Value interface extended to provide a ``Get() interface{}`` method,
 * method ``(FlagSet *) Merge`` to merge two non-conficting flag sets