mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-06 11:03:49 +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