mirror of
https://github.com/alist-org/alist.git
synced 2026-06-11 21:01: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
|
|
)
|