summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-24 21:39:07 -0500
committerJeff Carr <[email protected]>2024-10-24 21:39:07 -0500
commit1effa9c745ac224c3160f3817d4d0ec7af96950d (patch)
treed3c7a0ce714dff56b61ead8c61e89682f9b28ee4 /argv.go
parentfea819956f4c8cfd43623ad7d0c1992b0305291d (diff)
working on making events
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index 080d642..0cf8037 100644
--- a/argv.go
+++ b/argv.go
@@ -16,7 +16,6 @@ type args struct {
Config string `arg:"env:VIRTIGO_HOME" help:"defaults to ~/.config/virtigo/"`
Port int `arg:"--port" default:"8080" help:"allow droplet events via http"`
Daemon bool `arg:"--daemon" help:"run in daemon mode"`
-
}
// Uptime bool `arg:"--uptime" default:"true" help:"allow uptime checks for things like Kuma"`