Getopt style option parsing for Go
Package Getopt provides traditional getopt processing for implementing commands that use traditional command lines. The standard Go flag package cannot be used to write a program that parses flags the way ls or ssh does, for example. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/pborman/getopt
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.1.0-12.fc41 | - |
Fedora 41 | 2.1.0-12.fc41 | - |
Fedora 40 | 2.1.0-9.fc40 | - |
Fedora 39 | 2.1.0-7.fc39 | - |
You can contact the maintainers of this package via email at
golang-github-pborman-getopt dash maintainers at fedoraproject dot org
.