An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Go CLI Tools
============

[![GoDoc](https://godoc.org/github.com/mxk/go-cli?status.svg)](https://godoc.org/github.com/mxk/go-cli)
[![Report card](https://goreportcard.com/badge/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
```