mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
11 lines
129 B
Go
11 lines
129 B
Go
package args
|
|
|
|
var (
|
|
Config string // config file
|
|
Debug bool
|
|
Version bool
|
|
Password bool
|
|
NoPrefix bool
|
|
Dev bool
|
|
)
|