summaryrefslogtreecommitdiff
path: root/args.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-08 13:42:42 -0500
committerJeff Carr <[email protected]>2024-10-08 13:42:42 -0500
commit52fc6a840d00d38ffbf19edec867430973ae8144 (patch)
treece3313ef4fcc0d8e82d69aec8faab44169114680 /args.go
parent0e3fc9cb80f80f62aa737b659182e75588411c85 (diff)
/lastoutage dumps everythingv0.0.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
-rw-r--r--args.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/args.go b/args.go
index 0b858ac..1bc121c 100644
--- a/args.go
+++ b/args.go
@@ -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() {