summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 03:12:09 -0500
committerJeff Carr <[email protected]>2025-03-10 07:59:25 -0500
commitfba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 (patch)
treef1e787166b7a9f9d54c9551b9bf3db6d89fc1e46 /argv.go
parentdfbb8090acaba51ab29368202e5c97fd18856558 (diff)
start making it work in the real world
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/argv.go b/argv.go
index a66764d..25c03c1 100644
--- a/argv.go
+++ b/argv.go
@@ -19,6 +19,7 @@ type args struct {
Daemon bool `arg:"--daemon" default:"false" help:"run in daemon mode"`
Port int `arg:"--port" default:"2522" help:"port to run on"`
URL string `arg:"--url" help:"url to use"`
+ Config string `arg:"--config" help:"config file (default is ~/.config/cloud/gus.text"`
}
func (args) Version() string {