mirror of
https://github.com/Chenyu550/alist-fork.git
synced 2025-06-10 14:46:53 -04:00
9 lines
100 B
Go
9 lines
100 B
Go
package flags
|
|
|
|
var (
|
|
Config string // config file
|
|
Debug bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
)
|