mirror of
https://gitea.com/gitea/tea.git
synced 2026-04-26 02:03:30 +02:00
Merge branch 'main' into lunny/fix_webhook
This commit is contained in:
@@ -15,13 +15,13 @@ import (
|
||||
"github.com/urfave/cli/v3"
|
||||
)
|
||||
|
||||
// CmdRepos represents to login a gitea server.
|
||||
// CmdRepos represents the command to manage repositories.
|
||||
var CmdRepos = cli.Command{
|
||||
Name: "repos",
|
||||
Aliases: []string{"repo"},
|
||||
Category: catEntities,
|
||||
Usage: "Show repository details",
|
||||
Description: "Show repository details",
|
||||
Usage: "Manage repositories",
|
||||
Description: "Manage repositories",
|
||||
ArgsUsage: "[<repo owner>/<repo name>]",
|
||||
Action: runRepos,
|
||||
Commands: []*cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user