mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-20 03:08:46 +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
|
|
)
|