diff options
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,9 +11,9 @@ 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)"` - Hostname string `arg:"--hostname" help:"hostname to use"` + ListRepos bool `arg:"--list-repos" help:"list all repositories"` + Port int `arg:"--port" help:"port to run on (default is 2520)"` + Hostname string `arg:"--hostname" help:"hostname to use"` } func init() { |
