mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-17 15:46:26 +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
|
|
)
|