alist/cmd/flags/config.go

9 lines
100 B
Go

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