#1 Cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
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 |
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Simple, fast, and fun package for building command line apps 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.
Package flashflags provides ultra-fast, zero-dependency, lock-free command-line flag parsing for Go.