add --asset flag to tea releases create (#6)

Co-Authored-By: noerw <noerw@users.noreply.github.com>
This commit is contained in:
Norwin
2019-03-11 17:32:09 +01:00
committed by Lauris BH
parent 6220a10628
commit 4de0b04d77
4 changed files with 47 additions and 14 deletions

View File

@ -30,7 +30,7 @@ func init() {
func main() {
app := cli.NewApp()
app.Name = "Tea"
app.Usage = "Command line tool to interactive with Gitea"
app.Usage = "Command line tool to interact with Gitea"
app.Description = ``
app.Version = Version + formatBuiltWith(Tags)
app.Commands = []cli.Command{