forgejo/cmd
wxiaoguang 2e539d5190
Fix incorrect CLI exit code and duplicate error message (#26346) (#26347)
Backport #26346

Follow the CLI refactoring, and add tests.

(cherry picked from commit fa431b377d)
2023-08-21 07:22:17 +02:00
..
forgejo [CLI] implement forgejo-cli actions register (squash) no private 2023-07-16 23:21:45 +02:00
actions.go
admin.go
admin_auth_ldap.go
admin_auth_ldap_test.go
admin_user.go
admin_user_change_password.go
admin_user_create.go
admin_user_delete.go
admin_user_generate_access_token.go Fix CLI allowing creation of access tokens with existing name (#26071) (#26144) 2023-07-26 13:49:16 +02:00
admin_user_list.go
admin_user_must_change_password.go
cert.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
cmd.go
convert.go
docs.go
doctor.go
dump.go [BRANDING] Rebrand dump log 2023-07-17 00:25:56 +02:00
dump_repo.go
embedded.go Do not prepare oauth2 config if it is not enabled, do not write config in some sub-commands (#25567) (#25576) 2023-06-29 06:30:40 +02:00
generate.go
hook.go
hook_test.go
keys.go
mailer.go
main.go Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) 2023-08-21 07:22:17 +02:00
main_test.go Fix incorrect CLI exit code and duplicate error message (#26346) (#26347) 2023-08-21 07:22:17 +02:00
manager.go
manager_logging.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
migrate.go
migrate_storage.go
migrate_storage_test.go
restore_repo.go
serv.go [BRANDING] cosmetic s/Gitea/Forgejo/ in logs, messages, etc. 2023-07-17 00:25:55 +02:00
web.go
web_acme.go
web_graceful.go
web_https.go