mirror of
https://gitea.com/gitea/tea.git
synced 2025-09-03 02:18:30 +02:00
add --asset flag to tea releases create
(#6)
Co-Authored-By: noerw <noerw@users.noreply.github.com>
This commit is contained in:
2
main.go
2
main.go
@ -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{
|
||||
|
Reference in New Issue
Block a user