diff options
| author | Jeff Carr <[email protected]> | 2024-10-08 11:23:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-08 11:23:44 -0500 |
| commit | ded9d338cc8e80943d296a44c5814f4579e185c2 (patch) | |
| tree | b7001296e0692a9250ac8a794103673ca0c8e3c6 /args.go | |
| parent | 2b1eed1409f598000edc26de189261e0d70881a6 (diff) | |
attempt a new debian package build
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() { |
