Аргументы --repeat и --every
Some checks failed
Release / release (push) Has been cancelled

This commit is contained in:
2025-11-22 18:32:27 +08:00
parent bc03abeb9d
commit 6ea3683350
2 changed files with 51 additions and 18 deletions

View File

@@ -18,12 +18,14 @@ const VERSION = "1.0.6"
// Arguments описывает аргументы командной строки
type Arguments struct {
IniPath string
TagsPath string
RandomCount uint
NeedJson bool
NeedQuiet bool
Verbose bool
IniPath string
TagsPath string
RandomCount uint
RepeatCount uint
RepeatEverySec uint
NeedJson bool
NeedQuiet bool
Verbose bool
}
var (