fix(cli): fix the bug that the prompt may not be output when generating config file

This commit is contained in:
Li4n0
2021-06-25 22:37:58 +08:00
parent be7343191d
commit 56153510e1
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ func Start() {
log.ConsoleConfig{
Level: log.LevelInfo,
})
defer log.Stop()
app := &cli.App{
Name: "RevSuit",
Usage: "An Open-Sourced Reverse Platform Designed for Receive Various Kinds of Connection",