mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 22:33:05 +00:00
Initialize commit
This commit is contained in:
9
pkg/flag/flag.go
Normal file
9
pkg/flag/flag.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package flag
|
||||
|
||||
var (
|
||||
Host string
|
||||
Token string
|
||||
Version string
|
||||
|
||||
Debug bool
|
||||
)
|
Reference in New Issue
Block a user