https://github.com/mxk/go-cli
Go package for defining command line interfaces
https://github.com/mxk/go-cli
cli go golang
Last synced: about 1 month ago
JSON representation
Go package for defining command line interfaces
- Host: GitHub
- URL: https://github.com/mxk/go-cli
- Owner: mxk
- License: bsd-3-clause
- Created: 2019-01-21T15:17:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T14:41:29.000Z (over 4 years ago)
- Last Synced: 2025-04-13T03:49:40.060Z (about 2 months ago)
- Topics: cli, go, golang
- Language: Go
- Size: 48.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Go CLI Tools
============[](https://godoc.org/github.com/mxk/go-cli)
[](https://goreportcard.com/report/github.com/mxk/go-cli)Package cli provides tools for defining command line interfaces.
```
go get github.com/mxk/go-cli
```