Update module github.com/urfave/cli/v3 to v3.6.2 (forgejo) (#10937)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10937
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
This commit is contained in:
Renovate Bot 2026-01-28 13:08:23 +01:00 committed by Michael Kriese
parent e28e872c1d
commit 53ee80be9e
4 changed files with 15 additions and 4 deletions

View file

@ -113,6 +113,16 @@ func TestCliCmd(t *testing.T) {
cmd: "./gitea forgejo-cli --help",
exp: "(subcommand help template)",
},
{
env: map[string]string{"GITEA_WORK_DIR": "/tmp"},
cmd: "./gitea cert --help",
exp: "(subcommand help template)",
},
{
env: map[string]string{"GITEA_WORK_DIR": "/tmp"},
cmd: "./gitea web --help",
exp: "(subcommand help template)",
},
}
for _, c := range cases {