Kaynağa Gözat

更新导出功能设置停止标志

在导出功能执行完毕后,添加了一个停止标志`stopFlag`,以便于后续逻辑判断是否需要停止。
SongZihuan 2 hafta önce
ebeveyn
işleme
046d305777
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/commandlineargs/export.go

+ 1 - 0
src/commandlineargs/export.go

@@ -61,6 +61,7 @@ func helpInfoRun() error {
 			_, _ = PrintLF()
 			_, _ = PrintLF()
 		}
 		}
 		_, _ = PrintReport()
 		_, _ = PrintReport()
+		stopFlag = true
 	}
 	}
 
 
 	if Help() {
 	if Help() {