[ bianca ]
[ 原始碼: golang-github-pborman-getopt ]
套件:golang-github-pborman-getopt-dev(2.1.0-1)
golang-github-pborman-getopt-dev 的相關連結
下載原始碼套件 golang-github-pborman-getopt:
- [golang-github-pborman-getopt_2.1.0-1.debian.tar.xz]
- [golang-github-pborman-getopt_2.1.0-1.dsc]
- [golang-github-pborman-getopt_2.1.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
getopt style option parsing for Go (library)
The 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 do, for example.