diff options
| author | Jeff Carr <[email protected]> | 2024-10-23 01:31:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-23 01:31:17 -0500 |
| commit | 3f2cbcb57f818981b1291c0e644b6e3416b7d455 (patch) | |
| tree | 450662a26b2400d2a76bccbed6966c69ffa58a9e /argv.go | |
| parent | ca98c0e3c0e40aa2b4215b90d2c04df2ffe0c63a (diff) | |
things to add xml files
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ type args struct { Hosts []string `arg:"--hosts" help:"hosts to connect to"` Uptime bool `arg:"--uptime" default:"true" help:"allow uptime checks for things like Kuma"` Daemon bool `arg:"--daemon" help:"run in daemon mode"` + Xml []string `arg:"--add-xml" help:"add libvirt xml files"` } func (a args) Description() string { |
