mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
Adding Travis status image to readme
This commit is contained in:
parent
0556e5fbf9
commit
c491be3a31
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
A Commander for modern go CLI interactions
|
||||
|
||||
[![Build Status](https://travis-ci.org/spf13/cobra.png)](https://travis-ci.org/spf13/cobra)
|
||||
|
||||
## Overview
|
||||
Cobra provides a simple interface to create powerful modern CLI
|
||||
interfaces similar to git & go tools.
|
||||
|
|
Loading…
Reference in a new issue