mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-27 15:54:03 +08:00
10 lines
115 B
Go
10 lines
115 B
Go
package flags
|
|
|
|
var (
|
|
DataDir string
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
ForceBinDir bool
|
|
)
|