alist/cmd/flags/config.go

10 lines
115 B
Go

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