update comment

This commit is contained in:
techknowlogick 2024-07-26 16:11:05 +00:00
parent d9b437487c
commit 4d32d9f63d

View File

@ -10,11 +10,10 @@ import (
"code.gitea.io/tea/modules/context"
"github.com/urfave/cli/v2"
"github.com/AlecAivazis/survey/v2"
)
// CmdRepoFork represents a sub command of repos to fork an existing repo
// CmdRepoRm represents a sub command of repos to delete an existing repo
var CmdRepoRm = cli.Command{
Name: "delete",
Aliases: []string{"rm"},