alist/cmd/flags/config.go
2023-03-05 15:07:06 +08:00

11 lines
133 B
Go

package flags
var (
DataDir string
Debug bool
NoPrefix bool
Dev bool
ForceBinDir bool
LogStd bool
)