diff options
| author | Jeff Carr <[email protected]> | 2025-04-21 08:16:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-04-21 20:54:33 -0500 |
| commit | 8eda4cf2da93f736512f2c8ec7f2cc13c47b1345 (patch) | |
| tree | abaa19334da8ab1d170013069f1d67cb76f885fe /argv.go | |
| parent | 3cd1f64d15465160770794187ca632953fdd4c86 (diff) | |
add --daemon
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ type args struct { Droplet *DropletCmd `arg:"subcommand:droplet" help:"send events to a droplet"` Config string `arg:"env:VIRTIGO_HOME" help:"defaults to ~/.config/virtigo/"` Server string `arg:"env:VIRTIGO_SERVER" help:"what virtigo cluster to connect to"` + Daemon bool `arg:"--daemon" help:"run as a daemon"` Verbose bool `arg:"--verbose" help:"talk more"` Port int `arg:"--port" default:"8080" help:"allow droplet events via http"` Xml []string `arg:"--libvirt" help:"import qemu xml files: --libvirt /etc/libvirt/qemu/*.xml"` |
