#1 fzf
:cherry_blossom: A command-line fuzzy finder
Package arg parses command line arguments using the fields from a struct.
Health score 70/100, confidence 80/100.
| Latest version | v1.6.1 |
| Imported by | 1.7K packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 6 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Config | Type | type Config struct{ ... } |
| Config.EnvPrefix | Field | EnvPrefix string |
| Config.Exit | Field | Exit func(int) |
| Config.IgnoreDefault | Field | IgnoreDefault bool |
| Config.IgnoreEnv | Field | IgnoreEnv bool |
| Config.Out | Field | Out io.Writer |
| Config.Program | Field | Program string |
| Config.StrictSubcommands | Field | StrictSubcommands bool |
| Described | Type | type Described interface{ ... } |
| Described.Description | Method | Description func() string |
| Epilogued | Type | type Epilogued interface{ ... } |
| Epilogued.Epilogue | Method | Epilogue func() 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.).