This commit is contained in:
techknowlogick 2024-07-26 16:13:02 +00:00
parent 4d32d9f63d
commit 7acb1622f1

View File

@ -9,8 +9,8 @@ import (
"code.gitea.io/tea/cmd/flags" "code.gitea.io/tea/cmd/flags"
"code.gitea.io/tea/modules/context" "code.gitea.io/tea/modules/context"
"github.com/urfave/cli/v2"
"github.com/AlecAivazis/survey/v2" "github.com/AlecAivazis/survey/v2"
"github.com/urfave/cli/v2"
) )
// CmdRepoRm represents a sub command of repos to delete an existing repo // CmdRepoRm represents a sub command of repos to delete an existing repo