diff options
| author | Jeff Carr <[email protected]> | 2024-10-29 22:55:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-29 22:55:28 -0500 |
| commit | c8a69bdb73fedb7bd7afd05318021e487b47bd17 (patch) | |
| tree | 5b33f4453f095287e66384af55133da4cca45380 /argv.go | |
| parent | 9d08114b9339e9be06c11040432790682e389de3 (diff) | |
code and debugging cleanups
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,13 +15,13 @@ type args struct { IgnoreCpu bool `arg:"--xml-ignore-cpu" default:"true" help:"ignore non-standard libvirt xml cpus"` IgnoreBr bool `arg:"--xml-ignore-net" default:"true" help:"ignore network bridge name changes"` IgnDisk bool `arg:"--xml-ignore-disk" default:"false" help:"ignore duplicate disk names"` - Save bool `arg:"--save" default:"false" help:"save protobuf config after import"` 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"` - Start string `arg:"--start" help:"start a droplet"` } +// Save bool `arg:"--save" default:"false" help:"save protobuf config after import"` +// Start string `arg:"--start" help:"start a droplet"` // Uptime bool `arg:"--uptime" default:"true" help:"allow uptime checks for things like Kuma"` // Hosts []string `arg:"--hosts" help:"hosts to connect to"` |
