[ 原始碼: golang-go-flags ]
套件:golang-go-flags-dev(1.3.0-4)
golang-go-flags-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-go-flags:
- [golang-go-flags_1.3.0-4.dsc]
- [golang-go-flags_1.3.0.orig.tar.gz]
- [golang-go-flags_1.3.0-4.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Sergio Schvezov (QA 頁面)
- Steve Langasek (QA 頁面)
- Michael Hudson-Doyle (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
Go library for parsing command line arguments
Package flags provides an extensive command line option parser.
The flags package is similar in functionality to the go builtin flag package but provides more options and uses reflection to provide a convenient and succinct way of specifying command line options.