[F3] sub command of forgejo-cli
This commit is contained in:
parent
59a17e5a34
commit
4d098e9b83
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue