mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 20:26:26 +08:00
feat: basic structure
This commit is contained in:
9
cmd/args/config.go
Normal file
9
cmd/args/config.go
Normal file
@ -0,0 +1,9 @@
|
||||
package args
|
||||
|
||||
var (
|
||||
Config string // config file
|
||||
Debug bool
|
||||
Version bool
|
||||
Password bool
|
||||
NoPrefix bool
|
||||
)
|
Reference in New Issue
Block a user