#1 Cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user.
Health score 55/100, confidence 80/100.
| Latest version | v1.2.0 |
| Imported by | 895 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 5 years ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| BoolArg | Type | type BoolArg struct{ ... } |
| BoolArg.Desc | Field | Desc string |
| BoolArg.EnvVar | Field | EnvVar string |
| BoolArg.HideValue | Field | HideValue bool |
| BoolArg.Name | Field | Name string |
| BoolArg.SetByUser | Field | SetByUser *bool |
| BoolArg.Value | Field | Value bool |
| BoolOpt | Type | type BoolOpt struct{ ... } |
| BoolOpt.Desc | Field | Desc string |
| BoolOpt.EnvVar | Field | EnvVar string |
| BoolOpt.HideValue | Field | HideValue bool |
| BoolOpt.Name | Field | Name 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 arg parses command line arguments using the fields from a struct.
Package flashflags provides ultra-fast, zero-dependency, lock-free command-line flag parsing for Go.
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 arg parses command line arguments using the fields from a struct.