Top 4.8% dependent repos on proxy.golang.org
proxy.golang.org : github.com/myENA/nodefflag
Package nodefflag extends the go flag package to allow for a "no default" variation of standard flag variables. There are two types of nodef flag variables we define: those where a double pointer is specified, so you can differentiate between the zero value and not set, and another where the zero value is the same as not set. For the double pointer variant, if the pp references a nil pointer, the flag was not set. If the pp references a non-nil pointer, the flag was set, and **ptr contains the value. The pp itself returned will never be nil, and it is expected that the ND*Var methods will never receive a nil **. Example:
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/my%21e%21n%21a/nodefflag
Keywords:
command-line
, flag
, flags
, go
, golang
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/myENA
Dependent packages: 1
Dependent repositories: 1
Stars: 3 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago