mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26: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
|
|
)
|