[F3] sub command of forgejo-cli

This commit is contained in:
Earl Warren 2023-09-08 14:28:29 +02:00
parent 59a17e5a34
commit 4d098e9b83
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -137,6 +137,7 @@ func NewMainApp(version, versionExtra string) *cli.App {
//
if executable == "forgejo-cli" {
subCmdsStandalone = append(subCmdsStandalone, forgejo.CmdActions(context.Background()))
subCmdWithConfig = append(subCmdWithConfig, forgejo.CmdF3(context.Background()))
} else {
//
// Otherwise provide a Gitea compatible CLI which includes Forgejo