#1 fzf
:cherry_blossom: A command-line fuzzy finder
Package flashflags provides ultra-fast, zero-dependency, lock-free command-line flag parsing for Go.
Health score 67/100, confidence 80/100.
| Latest version | v1.1.8 |
| Imported by | 3 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 24 days ago |
| 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 |
:cherry_blossom: A command-line fuzzy finder
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.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Formats and parses numeric byte values (10K, 2M, 3G, etc.).