添加任务模式-即时与定时-修改大小写

master
Administrator 2024-05-02 15:12:02 +08:00
parent d6a36c62d6
commit 7e138977b1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _/ ____\______ ____ _____ _____ ____ __ _ _______ ____ ____
\/ \/ \/ \//_____/ `) \/ \/ \/ \//_____/ `)
fmt.Println("-----------------------------------------------------------------------------------------") fmt.Println("-----------------------------------------------------------------------------------------")
fmt.Println("-----------------------------------------------------------------------------------------") fmt.Println("-----------------------------------------------------------------------------------------")
flag.BoolVar(&liveMode, "liveMode", false, "即时模式关闭") flag.BoolVar(&liveMode, "livemode", false, "即时模式关闭")
flag.Parse() flag.Parse()
if !liveMode { if !liveMode {
fmt.Println("目前时定时任务模式") fmt.Println("目前时定时任务模式")