mirror of
https://github.com/AlistGo/alist.git
synced 2025-11-25 03:15:10 +08:00
9 lines
100 B
Go
9 lines
100 B
Go
package flags
|
|
|
|
var (
|
|
Config string // config file
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
)
|