#1 urfave/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Struct-based argument parsing in Go.
Health score 87/100, confidence 65/100.
| Latest version | Unknown |
| Imported by | 1.7K packages |
| Stars | 2.3K |
| Forks | 114 |
| Last activity | 5 months ago |
| Latest release | v1.6.1 (5 months ago) |
| License | BSD-2-Clause |
| 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.
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.
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.