#1 urfave/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Ultra-fast, zero-dependency, POSIX-compliant flag parsing library that can be used as drop-in stdlib replacement with security hardening.
Health score 52/100, confidence 45/100.
| Latest version | Unknown |
| Imported by | 3 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | Unknown |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| ConfigFlag | Type | type ConfigFlag interface{ ... } |
| ConfigFlag.Changed | Method | Changed func() bool |
| ConfigFlag.Name | Method | Name func() string |
| ConfigFlag.Type | Method | Type func() string |
| ConfigFlag.Usage | Method | Usage func() string |
| ConfigFlag.Value | Method | Value func() interface{} |
| ConfigFlagSet | Type | type ConfigFlagSet interface{ ... } |
| ConfigFlagSet.Lookup | Method | Lookup func(name string) ConfigFlag |
| ConfigFlagSet.VisitAll | Method | VisitAll func(func(ConfigFlag)) |
| Flag | Type | type Flag struct{} |
| Flag.Changed | Method | func (f *Flag) Changed() bool |
| Flag.Name | Method | func (f *Flag) Name() string |
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Struct-based argument parsing in Go.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.
Pure Go RTSP server and client library.
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Struct-based argument parsing in Go.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.