[ 源代码: golang-github-spf13-pflag ]
软件包:golang-github-spf13-pflag-dev(1.0.6~git20210604-d5e0c0615ace-1)
golang-github-spf13-pflag-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-spf13-pflag:
- [golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.dsc]
- [golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace.orig.tar.xz]
- [golang-github-spf13-pflag_1.0.6~git20210604-d5e0c0615ace-1.debian.tar.xz]
维护小组:
- Debian Go Packaging Team (QA 页面)
- Anthony Fok (QA 页面)
- Dmitry Smirnov (QA 页面)
- Félix Sipma (QA 页面)
- Tim Potter (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-muesli-mango-dev
- golang-github-itchyny-go-flags-dev
- golang-go-flags-dev
- golang-github-jessevdk-go-flags-dev
- golang-github-juju-gnuflag-dev
- raku-getopt-long
- golang-github-namsral-flag-dev
- golang-github-pborman-getopt-dev
- golang-github-leonelquinteros-gotext-dev
- lastz
- golang-github-voxelbrain-goptions-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.