mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-23 05:44:04 +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
|
|
)
|