athunderx / cmd /flags /config.go
Mr.L
feat: add full alist source code for Docker build
7107f0b
raw
history blame contribute delete
133 Bytes
package flags
var (
DataDir string
Debug bool
NoPrefix bool
Dev bool
ForceBinDir bool
LogStd bool
)