This commit is contained in:
eson 2023-08-16 13:16:27 +08:00
parent f3de061423
commit a58ec75916

View File

@ -4,11 +4,13 @@ import (
"flag"
"fmt"
"fusenrender"
"log"
)
var configEnv string
func init() {
log.SetFlags(log.Llongfile)
flag.StringVar(&configEnv, "etc", "a", "配置环境(etc文件)")
}