mirror of
https://gitea.com/gitea/gitea-mcp.git
synced 2025-08-23 14:23:05 +00:00
Fix: #35 Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/36 Co-authored-by: hiifong <f@ilo.nz> Co-committed-by: hiifong <f@ilo.nz>
14 lines
145 B
Go
14 lines
145 B
Go
package flag
|
|
|
|
var (
|
|
Host string
|
|
Port int
|
|
Token string
|
|
Version string
|
|
Mode string
|
|
|
|
Insecure bool
|
|
ReadOnly bool
|
|
Debug bool
|
|
)
|