#1 urfave/cli
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.
Health score 87/100, confidence 65/100.
| Latest version | v1.10.2 |
| Imported by | 0 packages |
| Stars | 44.1K |
| Forks | 3.1K |
| Last activity | 1 months ago |
| Latest release | v1.10.2 (6 months ago) |
| License | Apache-2.0 |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| No symbol preview available from pkg.go.dev for this refresh. | ||
Package cli provides a minimal framework for creating and organizing command line Go applications.
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.
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.