alist/cmd/flags/config.go
2022-08-07 13:09:59 +08:00

9 lines
100 B
Go

package flags
var (
Config string // config file
Debug bool
NoPrefix bool
Dev bool
)