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

https://github.com/masutaka/cobra-sandbox

A sandbox for https://github.com/spf13/cobra
https://github.com/masutaka/cobra-sandbox

cobra golang

Last synced: 4 months ago
JSON representation

A sandbox for https://github.com/spf13/cobra

Awesome Lists containing this project

README

        

# cobra-sandbox
A sandbox for https://github.com/spf13/cobra

require https://github.com/golang/dep

```
$ dep ensure
$ go run *.go
$ go run *.go sub
$ go run *.go help
$ go run *.go sub help
```