Add repos rm/delete command (#609)

This fixes https://gitea.com/gitea/tea/issues/239

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/609
Co-authored-by: Dan Čermák <dcermak@suse.com>
Co-committed-by: Dan Čermák <dcermak@suse.com>
This commit is contained in:
Dan Čermák
2024-07-26 16:18:58 +00:00
committed by techknowlogick
parent 4c0cef090d
commit 723b0553c5
3 changed files with 100 additions and 0 deletions

View File

@ -29,6 +29,7 @@ var CmdRepos = cli.Command{
&repos.CmdRepoCreateFromTemplate,
&repos.CmdRepoFork,
&repos.CmdRepoMigrate,
&repos.CmdRepoRm,
},
Flags: repos.CmdReposListFlags,
}