1
0
Fork 0
forked from forgejo/forgejo

[F3] move f3 under forgejo-cli

* simplify the tests by re-using the forgejo-cli helpers to capture
  the output
* unify CmdF3 to be structured in the same way CmdActions is
This commit is contained in:
Loïc Dachary 2023-07-27 14:54:02 +02:00
parent 6f571fba30
commit 4c9fe58b74
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
6 changed files with 150 additions and 187 deletions

View file

@ -200,7 +200,6 @@ func newMainApp(subCmds ...*cli.Command) *cli.App {
CmdMigrate,
CmdKeys,
CmdDoctor,
CmdF3,
CmdManager,
CmdEmbedded,
CmdMigrateStorage,