mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-12 16:55:59 +01:00
A regression of #25330 : The nil "Action" should be treated as "help" In old releases: `./gitea admin` show helps After #25330: `./gitea admin` panics (although the code returned `nil` if action is nil, but Golang's quirk is: nil in interface is not nil) With this PR: `./gitea admin` shows helps as the old releases.
5.6 KiB
5.6 KiB