diff --git a/cmd/main.go b/cmd/main.go index 04209c824b..5e5ba3b31f 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -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