mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 03:15:19 +08:00
12 lines
153 B
Go
12 lines
153 B
Go
package flags
|
|
|
|
var (
|
|
DataDir string
|
|
ConfigPath string
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
ForceBinDir bool
|
|
LogStd bool
|
|
)
|