mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-04 13:54:06 +08:00
11 lines
133 B
Go
11 lines
133 B
Go
package flags
|
|
|
|
var (
|
|
DataDir string
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
ForceBinDir bool
|
|
LogStd bool
|
|
)
|