mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2026-08-03 23:59:23 +02:00
e3307adbdf
Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/16 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
12 lines
112 B
Go
12 lines
112 B
Go
package flag
|
|
|
|
var (
|
|
Host string
|
|
Port int
|
|
Token string
|
|
Version string
|
|
Mode string
|
|
|
|
Debug bool
|
|
)
|