Package Usage: go: github.com/gonuts/flag
Package flag implements command-line flag parsing.
Usage:
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 up to flag.NArg().
Command line flag syntax:
One or two minus signs may be used; they are equivalent.
The last form is not permitted for boolean flags because the
meaning of the command
will change if there is a file called 0, false, etc. You must
use the -flag=false form to turn off a boolean flag.
Flag parsing stops just before the first non-flag argument
("-" is a non-flag argument) or after the terminator "--".
Integer flags accept 1234, 0664, 0x1234 and may be negative.
Boolean flags may be 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.
1 version
Latest release: almost 7 years ago
35 dependent packages
View more package details: https://packages.ecosyste.ms/registries/proxy.golang.org/packages/github.com/gonuts/flag
View more repository details: http://repos.ecosyste.ms/hosts/GitHub/repositories/gonuts%2Fflag
Dependent Repos 69
bjia56/gopy Fork of go-python/gopy
gopy generates a CPython extension module from a go package.Size: 4.12 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

buptczq/WinCryptSSHAgent
Using a Yubikey for SSH Authentication on Windows SeamlesslySize: 434 KB - Last synced: about 1 month ago - Pushed: 11 months ago

sbinet/pmon 📦
pmon is a process wrapper for (simple) resource monitoring.Size: 101 KB - Last synced: about 1 month ago - Pushed: 2 months ago

emer/axon
Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brainSize: 151 MB - Last synced: about 23 hours ago - Pushed: 5 days ago

luks3r/ulauncher-animego
Search AnimeGo directly within ULauncherSize: 6.12 MB - Last synced: almost 2 years ago - Pushed: almost 3 years ago

emer/etorch
emergent GUI and other support for pytorch networks: provides a NetView for torch networksSize: 3.45 MB - Last synced: 6 months ago - Pushed: over 1 year ago

cogentcore/core
A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and web with a single Go codebase, allowing you to Code Once, Run Everywhere.Size: 110 MB - Last synced: 4 days ago - Pushed: 4 days ago

mattn/todo
A simple command-line todo list written in Go.Size: 17.6 KB - Last synced: 24 days ago - Pushed: over 3 years ago


maier/circonus-agent Fork of circonus-labs/circonus-agent
Circonus host agent for metric collectionSize: 2.24 MB - Last synced: about 1 month ago - Pushed: over 1 year ago

chanzuckerberg/czid-workflows
Portable WDL workflows for CZ ID production pipelinesSize: 58.6 MB - Last synced: 27 days ago - Pushed: 27 days ago

richiMarchi/latency-tester
WebSocket based latency tester: simple and useful tool to test the network performance between two endpoints.Size: 20.8 MB - Last synced: 20 days ago - Pushed: over 1 year ago

rmadar/go-topquark-reco
Top quark reconstruction method implemented in goSize: 22.2 MB - Last synced: 11 months ago - Pushed: about 4 years ago

rmadar/tree-gonalyzer
Tool in go to produce publication-quality plot from ROOT TTreeSize: 39.5 MB - Last synced: 11 months ago - Pushed: almost 4 years ago

rditech/rdi-live
Scalable data stream aggregation and displaySize: 18.7 MB - Last synced: 11 months ago - Pushed: over 4 years ago

BrynjarUlriksen/HotstuffWithHandel
Implementing Handel aggregation protocol in HotstuffSize: 3.65 MB - Last synced: about 2 years ago - Pushed: over 3 years ago

uwedeportivo/romba
manage ROMs and DATs collectionsSize: 1.53 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

clelange/cernopendata-client-go
Go implementation of the CERN Open Data clientSize: 78.1 KB - Last synced: 11 months ago - Pushed: over 3 years ago

ftpsolutions/gossh-python
Python bindings for Go's golang.org/x/crypto/ssh librarySize: 2.36 MB - Last synced: 12 days ago - Pushed: about 2 years ago

emer/leabra
Go implementation of Leabra algorithm for biologically-based models of cognition, based on emergent framework (with Python interface)Size: 32.4 MB - Last synced: 6 days ago - Pushed: 6 days ago


niklasvm/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 67.8 MB - Last synced: 4 months ago - Pushed: 4 months ago

proio-org/go-proio
Go proio implementation and home of proio command-line toolsSize: 6.22 MB - Last synced: over 1 year ago - Pushed: about 5 years ago

42wim/ssh-agentx
Extended ssh-agent which supports git commit signing and yubikey signing over sshSize: 3.22 MB - Last synced: 1 day ago - Pushed: about 1 year ago

schapirolab/leabra-sleep
Modified Leabra for SleepSize: 1.46 MB - Last synced: 11 months ago - Pushed: over 1 year ago

twitter-forks/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 57 MB - Last synced: about 1 year ago - Pushed: over 2 years ago


ftpsolutions/goodbc-python
Python bindings for a Golang ODBC librarySize: 44.9 KB - Last synced: 10 months ago - Pushed: about 2 years ago



ftpsolutions/gomssql-python
Python bindings for a Go MSSQL librarySize: 30.3 KB - Last synced: 25 days ago - Pushed: over 3 years ago

circonus-labs/circonus-agent
Circonus host agent for metric collectionSize: 3.5 MB - Last synced: 9 months ago - Pushed: about 1 year ago

arrikto/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 76.9 MB - Last synced: about 1 year ago - Pushed: over 2 years ago

ftpsolutions/gosnmp-python
Python bindings for soniah/gosnmpSize: 136 KB - Last synced: 22 days ago - Pushed: over 3 years ago

zllovesuki/G14Manager 📦
An open source alternative to manage your ROG Zephyrus G14: Supports changing Fan Profile, rebind most keys (including ROG Key), and changing Windows' Power OptionsSize: 7.09 MB - Last synced: 11 months ago - Pushed: about 2 years ago

justinfx/pygo-plugin
Python plugin system over gRPC - wrapper of github.com/hashicorp/go-pluginSize: 71.3 KB - Last synced: 23 days ago - Pushed: over 3 years ago


eric-bonfadini/python-extensions
Python extensions using different programming languagesSize: 35.2 KB - Last synced: almost 2 years ago - Pushed: almost 2 years ago

getlantern/systeminfo
Go library for obtaining system information like serial numbersSize: 18.6 KB - Last synced: 11 months ago - Pushed: over 4 years ago

achals/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 83.5 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

spolcyn/emergent-hip-RL-interface
Python interface for the Emergent hippocampus modelSize: 43.5 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

go-hep/examples
a set of go-hep examplesSize: 612 KB - Last synced: about 1 year ago - Pushed: about 5 years ago

ftpsolutions/gosnmp-traps-python
Python bindings for soniah/gosnmp (specifically around SNMP traps)Size: 51.8 KB - Last synced: 17 days ago - Pushed: over 3 years ago

maletone/LADON
Multi Channel, Dynamic, Command and Control Framework to allow for exfiltration of data across various channels, lowering detection rates.Last synced: over 2 years ago
toping4445/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 77.8 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

kamaraj-mindtree/nxt-featurestore
Size: 30.7 MB - Last synced: about 2 years ago - Pushed: almost 3 years ago

go-compression/raisin
A simple lightweight set of implementations and bindings for compression algorithms written in Go.Size: 4.53 MB - Last synced: about 21 hours ago - Pushed: almost 4 years ago

DhairyyaS/leabra-sleep
Copy of github.com/emer/leabra v. 1.03 fo use in sleep modellingSize: 1.44 MB - Last synced: 3 months ago - Pushed: over 4 years ago

sbinet-solid/solid-mon-rpi
solid-mon-rpi serves sensor data over HTTPSize: 61.5 KB - Last synced: 11 months ago - Pushed: over 1 year ago

go-python/gopy
gopy generates a CPython extension module from a go package.Size: 4.19 MB - Last synced: 8 days ago - Pushed: 5 months ago


eduardkh/show
cisco like show command for windowsSize: 64.5 KB - Last synced: 11 months ago - Pushed: about 1 year ago

bytewax/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 77.9 MB - Last synced: 7 days ago - Pushed: over 2 years ago

Ki-Insurance/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 61.6 MB - Last synced: 12 months ago - Pushed: 12 months ago

hemidactylus/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 79.1 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

kevjumba/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 62.8 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

mehmettokgoz/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 61.5 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

franciscojavierarceo/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 137 MB - Last synced: 4 days ago - Pushed: 4 days ago

adchia/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 63.1 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

sfc-gh-madkins/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 62.7 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

Agent007/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 58.3 MB - Last synced: about 2 years ago - Pushed: about 2 years ago

sudohainguyen/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 80.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago

chhabrakadabra/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 78.1 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

kokizzu/gi Fork of cogentcore/core
Native Go (golang) Graphical Interface system (2D and 3D), built on GoKi tree frameworkSize: 46.6 MB - Last synced: about 1 year ago - Pushed: over 1 year ago

beauchbum/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 60.6 MB - Last synced: about 2 years ago - Pushed: over 2 years ago

felixwang9817/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 83.8 MB - Last synced: over 1 year ago - Pushed: over 1 year ago

rpatil524/feast Fork of feast-dev/feast
Feature Store for Machine LearningSize: 61.5 MB - Last synced: 11 months ago - Pushed: 11 months ago
