修复配置文件默认值

This commit is contained in:
bjdgyc
2021-07-21 16:46:34 +08:00
parent 88a3d35784
commit 35c6d80c8d
3 changed files with 34 additions and 30 deletions

View File

@@ -11,6 +11,7 @@ const (
type config struct {
Typ int
Name string
Short string
Usage string
ValStr string
ValInt int