summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
Diffstat (limited to 'args.go')
-rw-r--r--args.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/args.go b/args.go
index 2263d40..0a36c28 100644
--- a/args.go
+++ b/args.go
@@ -12,6 +12,7 @@ import (
var args struct {
ListRepos bool `arg:"--list-repos" help:"list all repositories"`
+ Port int `arg:"--port" help:"port to run on (default is 2520)"`
}
func init() {