[ 源代码: golang-github-spf13-pflag ]
软件包: golang-github-spf13-pflag-dev (1.0.5-1)
golang-github-spf13-pflag-dev 的相关链接
Trisquel 的资源:
下载源码包 golang-github-spf13-pflag:
- [golang-github-spf13-pflag_1.0.5-1.dsc]
- [golang-github-spf13-pflag_1.0.5.orig.tar.xz]
- [golang-github-spf13-pflag_1.0.5-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Go Packaging Team (Mail Archive)
- Anthony Fok
- Dmitry Smirnov
- Félix Sipma
- Tim Potter
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-itchyny-go-flags-dev
- golang-github-jessevdk-go-flags-dev
- golang-go-flags-dev
- raku-getopt-long
- golang-github-juju-gnuflag-dev
- lastz
- golang-github-pborman-getopt-dev
- golang-github-namsral-flag-dev
- golang-github-voxelbrain-goptions-dev
- lastz-examples
- golang-github-prometheus-exporter-toolkit-dev
Drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags
pflag is compatible with the GNU extensions to the POSIX recommendations for command-line options (http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html).
Forked from github.com/ogier/pflag.