From 3f2cbcb57f818981b1291c0e644b6e3416b7d455 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 23 Oct 2024 01:31:17 -0500 Subject: things to add xml files Signed-off-by: Jeff Carr --- argv.go | 1 + 1 file changed, 1 insertion(+) (limited to 'argv.go') diff --git a/argv.go b/argv.go index 7c584b9..52b2c49 100644 --- a/argv.go +++ b/argv.go @@ -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 { -- cgit v1.2.3