Top 0.3% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 1.5% forks on proxy.golang.org
Top 0.6% docker downloads on proxy.golang.org
proxy.golang.org : github.com/ogier/pflag
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. See http://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html Usage: pflag is a drop-in replacement of Go's native flag package. If you import pflag under the name "flag" then all code should continue to function with no changes. There is one exception to this: if you directly instantiate the Flag struct there is one more field "Shorthand" that you will need to set. Most code never instantiates this struct directly, and instead uses functions such as String(), BoolVar(), and Var(), and is therefore unaffected. Define flags using flag.String(), Bool(), Int(), etc. This declares an integer flag, -flagname, stored in the pointer ip, with type *int. If you like, you can bind the flag to a variable using the Var() functions. Or you can create custom flags that satisfy the Value interface (with pointer receivers) and couple them to flag parsing by For such flags, the default value is just the initial value of the variable. After all flags are defined, call to parse the command line into the defined flags. Flags may then be used directly. If you're using the flags themselves, they are all pointers; if you bind to variables, they're values. After parsing, the arguments after the flag are available as the slice flag.Args() or individually as flag.Arg(i). The arguments are indexed from 0 through flag.NArg()-1. The pflag package also defines some new functions that are not in flag, that give one-letter shorthands for flags. You can use these by appending 'P' to the name of any function that defines a flag. Shorthand letters can be used with single dashes on the command line. Boolean shorthand flags can be combined with other shorthand flags. Command line flag syntax: Unlike the flag package, a single dash before an option means something different than a double dash. Single dashes signify a series of shorthand letters for flags. All but the last shorthand letter must be boolean flags. Flag parsing stops after the terminator "--". Unlike the flag package, flags can be interspersed with arguments anywhere on the command line before this terminator. Integer flags accept 1234, 0664, 0x1234 and may be negative. Boolean flags (in their long form) accept 1, 0, t, f, true, false, TRUE, FALSE, True, False. Duration flags accept any input valid for time.ParseDuration. The default set of command-line flags is controlled by top-level functions. The FlagSet type allows one to define independent sets of flags, such as to implement subcommands in a command-line interface. The methods of FlagSet are analogous to the top-level functions for the command-line flag set.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/ogier/pflag
License: BSD-3-Clause
Latest release: over 10 years ago
First release: over 10 years ago
Namespace: github.com/ogier
Dependent packages: 243
Dependent repositories: 504
Stars: 527 on GitHub
Forks: 375 on GitHub
Docker dependents: 58
Docker downloads: 83,729,504
See more repository details: repos.ecosyste.ms
Last synced: about 17 hours ago
github.com/jakewarren/bulkiplkup v1.1.0
perform a bulk lookup of IP addresses utilizing team cymru's IP to ASN service4 versions - Latest release: 12 months ago - 4 stars on GitHub
github.com/Rican7/define v0.4.0
A command-line dictionary (thesaurus) app, written in Go.7 versions - Latest release: about 1 year ago - 2 dependent packages - 2 dependent repositories - 358 stars on GitHub
github.com/rican7/define v0.4.0
A command-line dictionary (thesaurus) app, written in Go.7 versions - Latest release: about 1 year ago - 358 stars on GitHub
github.com/wikia/kratos v1.1.0 💰
Next-gen identity server (think Auth0, Okta, Firebase) with ORY-hardened authentication, MFA, FID...76 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/Wikia/kratos v1.1.0 💰
Next-gen identity server (think Auth0, Okta, Firebase) with ORY-hardened authentication, MFA, FID...76 versions - Latest release: over 1 year ago - 2 stars on GitHub
github.com/pepa65/rename v0.2.4
Rename files through a sed-replace expression5 versions - Latest release: over 1 year ago - 1 stars on GitHub
github.com/samiemostafavi/nlmt v0.10.4
Network Latency Measurement Tool17 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/azizanhakim/notes-api-fiber v0.0.0-20240103020252-d5a9ff534224
Api fiber for notes2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/pteich/traefik-extra-service-fabric v0.0.0-20231230203743-d990fc57ffdb
Traefik extra: Service Fabric Provider2 versions - Latest release: over 1 year ago - 0 stars on GitHub
github.com/pteich/staert v0.0.0-20231230164914-37e99ceec115
Merge your configuration sources1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/cosae-fr/riputils v1.8.0
17 versions - Latest release: over 1 year agogithub.com/COSAE-FR/riputils v1.8.0
17 versions - Latest release: over 1 year ago - 4 dependent packages - 2 dependent repositoriesgithub.com/wolfeidau/reflex v0.4.0
My customised version of cespare/reflex1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/guerzon/MailHog2 v0.0.0-20231030075306-219fc6652480
Web and API based SMTP testing1 version - Latest release: over 1 year ago - 0 stars on GitHub
github.com/yzhs/apsa v0.0.0-20230927160744-beaacc601345
4 versions - Latest release: over 1 year ago - 0 stars on GitHubgithub.com/fzerorubigd/3d-qr-code v0.0.0-20230917110407-34295def88d4
1 version - Latest release: over 1 year agogithub.com/malcolmseyd/natpunch-go v0.0.0-20230915214220-1d4be15ce5bb
NAT puncher for Wireguard mesh networking.3 versions - Latest release: over 1 year ago - 132 stars on GitHub
github.com/aalug/blog-go v0.0.0-20230820123341-9d3fbab11b46
Blog API built with Go and Gin2 versions - Latest release: almost 2 years ago - 1 stars on GitHub
github.com/oderwat/slit v0.0.0-20230816101642-b0ccd2e02e40
slit - a modern PAGER for viewing logs, get more than most in less time1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/gbmor/getwtxt-ng v0.0.0-20230803031803-722ebc6a196c
twtxt registry server4 versions - Latest release: almost 2 years ago - 5 stars on GitHub
github.com/franciscoalamo/goalert v0.0.1
Open source on-call scheduling, automated escalations, and notifications so you never miss a crit...1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/neriberto/apksec v0.0.0-20230721142733-87afc5a0d718
APK Security Inspection1 version - Latest release: almost 2 years ago - 0 stars on GitHub
github.com/bhidapa/heltin v0.0.0-20230714135509-17bda2c0ae29 💰
Robust client registry for individuals receiving mental healthcare services.1 version - Latest release: almost 2 years ago - 21 stars on GitHub
github.com/the-right-madness/go-blog-api v0.0.0-20230613130959-cf789915c183
1 version - Latest release: almost 2 years ago - 1 stars on GitHubgithub.com/mqayyuum/word-count-go v0.0.0-20230605173835-89a49e35f161
1 version - Latest release: almost 2 years ago - 0 stars on GitHubgithub.com/darxkies/k8s-tew v0.0.0-20230513154525-477948674818
Kubernetes - The Easier Way4 versions - Latest release: about 2 years ago - 296 stars on GitHub
github.com/chrisdaly3/tmpchk v0.0.0-20230406133641-004166ee79b6
1 version - Latest release: about 2 years agogithub.com/clever/breakdown v0.3.0
breaks down packages within repos3 versions - Latest release: about 2 years ago - 0 stars on GitHub
github.com/qhenkart/reflex v0.0.0-20230322084030-414df1474d62
1 version - Latest release: about 2 years agogithub.com/containous/aloba v1.3.1
10 versions - Latest release: about 2 years agogithub.com/traefik/aloba v1.3.1
🤖 [Myrmica Aloba 🐜] Bot: Add labels and milestone on pull requests and issues.10 versions - Latest release: about 2 years ago - 18 stars on GitHub
github.com/traefik/bibikoffi v1.4.0
🤖 [Myrmica Bibikoffi 🐜] Bot: Closes stale issues7 versions - Latest release: about 2 years ago - 4 stars on GitHub
github.com/containous/bibikoffi v1.4.0
7 versions - Latest release: about 2 years agogithub.com/wolfeidau/hotwire-golang-website v0.0.0-20230310181114-52f154fbe9f3
This project provides some working examples using Go and Hotwire Turbo.3 versions - Latest release: about 2 years ago - 158 stars on GitHub
github.com/COSAE-FR/ripugw v1.3.0
Fake Unifi Gateway9 versions - Latest release: about 2 years ago - 2 stars on GitHub
github.com/cosae-fr/ripugw v1.3.0
Fake Unifi Gateway9 versions - Latest release: about 2 years ago - 2 stars on GitHub
github.com/wolfeidau/realworld-aws-api v0.0.0-20230225172318-7934b4f954fb
This project illustrates how to build an API in AWS using Go.2 versions - Latest release: over 2 years ago - 5 stars on GitHub
github.com/snabb/flixproxy v0.0.0-20230225111026-e27f8062d70f
Flixproxy - DNS, HTTP and TLS proxy Please see https://github.com/snabb/flixproxy for more infor...2 versions - Latest release: over 2 years ago - 20 stars on GitHub
github.com/byterset/spicy v0.0.0-20230224075710-34753b8a7a58
Clone of N64 sdk's mild.exe1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/ajaxray/markpdf v0.0.0-20230217101105-0c6af455c59f
Watermark PDF files using image or text4 versions - Latest release: over 2 years ago - 111 stars on GitHub
github.com/ungerik/go-structflag v0.0.0-20230216105120-fb412cd97707
Use the Go flag package on config structs3 versions - Latest release: over 2 years ago - 1 dependent package - 1 stars on GitHub
github.com/yzhs/alexandria v0.0.0-20230207150111-e414e6c39ca5
A tool for managing mathematical knowledge2 versions - Latest release: over 2 years ago - 2 stars on GitHub
github.com/jabley/httptraced v0.0.0-20230127104001-7d8b455efdb0
Command-line tool to examine latency between a node and other locations1 version - Latest release: over 2 years ago - 8 stars on GitHub
github.com/epiphytelabs/tribe/api v0.0.0-20230119153457-10c0ae79ee1a
1 version - Latest release: over 2 years ago - 1 dependent repositories - 0 stars on GitHubgithub.com/djosix/reflex v0.0.0-20230116104655-8d263f98f63c
Run a command when files change3 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/eldelto/plant-guilds v0.0.0-20230116104034-66e22443f6b1
1 version - Latest release: over 2 years agogithub.com/89minutes/89minutes v0.0.0-20221216153332-776a9bf6de53
1 version - Latest release: over 2 years ago - 1 stars on GitHubgithub.com/epsniff/expodb v0.0.0-20221214051723-ecce442519d5
An example of building a distributed key value database, using hashicorp's raft and gossip sdks4 versions - Latest release: over 2 years ago - 7 stars on GitHub
github.com/epiphytelabs/stash/api v0.0.0-20221129174237-90e625766359
2 versions - Latest release: over 2 years ago - 1 dependent package - 0 stars on GitHubgithub.com/epiphytelabs/stash/apps/messages v0.0.0-20221128194835-7162e5031f90
2 versions - Latest release: over 2 years ago - 0 stars on GitHubgithub.com/etcenter/C4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...2 versions - Latest release: over 2 years ago
github.com/etcenter/c4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago - 39 stars on GitHub
github.com/avalanche-io/c4 v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago - 39 stars on GitHub
github.com/Avalanche-io/c4 v0.8.0
This package implements the C4 ID system **SMPTE standard ST 2114:2017**. C4 IDs are a universall...2 versions - Latest release: over 2 years ago - 5 dependent packages - 1 dependent repositories - 39 stars on GitHub
github.com/etcenter/c4go v0.8.0
Package c4 implements the c4 framework. The framework consists of three primary components. Com...3 versions - Latest release: over 2 years ago
github.com/mailpiggy/MailHog v1.3.0
Web and API based SMTP testing7 versions - Latest release: over 2 years ago - 4 dependent packages - 0 stars on GitHub
github.com/mailpiggy/mailhog v1.3.0
Web and API based SMTP testing7 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/3mard/goql v0.0.0-20221106205819-31c2986c2bc4
Package goql is a go sql driver for query against go packages the tables and fields are registere...2 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/dongnguyenvt/go-xxd v0.0.2-alpha
The history of this repo demonstrates how to take a slow xxd implementation in Go, and make it fa...2 versions - Latest release: over 2 years ago - 0 stars on GitHub
github.com/ploxiln/reflex v0.3.9
Run a command when files change1 version - Latest release: over 2 years ago - 0 stars on GitHub
github.com/trhodeos/spicy v0.6.2
Clone of N64 sdk's mild.exe8 versions - Latest release: over 2 years ago - 21 stars on GitHub
github.com/alxeg/flibooks v0.0.0-20221004115450-80ac902a8f37
Client for flibusta's books backups (inpx & zip)1 version - Latest release: over 2 years ago - 1 stars on GitHub
github.com/tigrawap/slit v0.0.0-20220806143134-d18e9c338415
slit - a modern PAGER for viewing logs, get more than most in less time1 version - Latest release: almost 3 years ago - 442 stars on GitHub
github.com/GlobalFishingWatch/bq2es-tool v0.0.0-20220728093239-914835e5f9a7
1 version - Latest release: almost 3 years ago - 0 stars on GitHubgithub.com/muhammad5943/fiberlearnapi v1.0.1
build fiber App GoLang2 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/ovgu-cs-workshops/cmanager v0.6.0
Container Manager for the users11 versions - Latest release: almost 3 years ago - 0 stars on GitHub
github.com/byrnedo/dockdash v0.1.4
Docker dashboard using Termui5 versions - Latest release: almost 3 years ago - 111 stars on GitHub
github.com/kayuii/ssh-import-go v1.0.0
ssh-import-id golang1 version - Latest release: almost 3 years ago - 1 stars on GitHub
github.com/bananenpro/tmpl v0.1.1
A command line tool that lets you easily create new programming projects with support for many la...2 versions - Latest release: about 3 years ago - 0 stars on GitHub
github.com/fbergen/pbcat v0.1.1
Utility for deserializing length encoded binary proto files to JSON lines2 versions - Latest release: about 3 years ago - 1 stars on GitHub
github.com/eine/icemulti v0.0.0-20220220095947-054223960573
Dynamic reconfiguration in iCE40 FPGAs1 version - Latest release: over 3 years ago - 6 stars on GitHub
github.com/codedbychavez/go-rabbitmq-api v0.0.0-20220206232234-95752c392435
A rabbit MQ API built on Golang2 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/znly/bazel-cache v0.0.0-20220105170311-18c2e1da7891
Minimal cloud oriented Bazel gRPC cache1 version - Latest release: over 3 years ago - 37 stars on GitHub
github.com/bollos00/passwgen-go v1.1.1
A simple CLI random password generator written in golang3 versions - Latest release: over 3 years ago - 4 stars on GitHub
github.com/Bollos00/passwgen-go v1.1.1
A simple CLI random password generator written in golang3 versions - Latest release: over 3 years ago - 4 stars on GitHub
github.com/nurtai00/bookings v0.0.0-20211213163636-dea8be7584a4
Diploma project2 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/Containous/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 42,546 stars on GitHub
github.com/sharecare/traefik v1.7.34
The Cloud Native Edge Router187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/pteich/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
gitee.com/chuan-fu/traefik v1.7.34
186 versions - Latest release: over 3 years agogithub.com/kanopy-platform/traefik v1.7.34
Kanopy Platform Traefik 1.7 fork190 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/traefik/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 4 dependent packages - 2 dependent repositories - 42,108 stars on GitHub
gitee.com/mirrors_traefik/traefik v1.7.34
187 versions - Latest release: over 3 years agogithub.com/juetun/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/soverenio/traefik v1.7.34
The Cloud Native Application Proxy191 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/fmga235/test-traefik v1.7.34
187 versions - Latest release: over 3 years ago - 0 stars on GitHubgithub.com/o2cloud-fr/traefik v1.7.34
187 versions - Latest release: over 3 years ago - 1 stars on GitHubgithub.com/godeps/traefik v1.7.34
187 versions - Latest release: over 3 years agogithub.com/ducesoft/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/maigl/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 1 stars on GitHub
gitee.com/mirrors/traefik v1.7.34
187 versions - Latest release: over 3 years agogithub.com/fossil-engineering/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/containous/traefik v1.7.34
187 versions - Latest release: over 3 years ago - 9 dependent packages - 11 dependent repositoriesgithub.com/massivezh/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/mercedes-benz/traefik v1.7.34
Do not use, the real upstream is https://github.com/traefik/traefik. This is only a fork for the ...187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/xentom/traefik v1.7.34
21 versions - Latest release: over 3 years agogithub.com/nbgo/traefik v1.7.34
The Cloud Native Application Proxy187 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/Sharecare/traefik v1.7.34
The Cloud Native Edge Router178 versions - Latest release: over 3 years ago - 0 stars on GitHub
github.com/miglocatiq/traefik-mirrored v1.7.34
187 versions - Latest release: over 3 years agogithub.com/nsaeki/ec2ls v0.0.0-20211201081920-40db2c44ac5f
1 version - Latest release: over 3 years ago - 0 stars on GitHubCheck this option to include packages that no longer depend on this package in their latest version but previously did.