Files
OpenList/cmd/flags/config.go

12 lines
153 B
Go

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