1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-03 00:45:22 +02:00

refactor: show command help message. (#1486)

This commit is contained in:
Bo-Yi Wu 2017-04-12 15:44:54 +08:00 committed by GitHub
parent be6edaddcb
commit 22295944df
4 changed files with 7 additions and 3 deletions

View file

@ -16,6 +16,7 @@ import (
"code.gitea.io/gitea/models"
"code.gitea.io/gitea/modules/setting"
"github.com/Unknwon/cae/zip"
"github.com/Unknwon/com"
"github.com/urfave/cli"