summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
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 6f9a8d2..d6e3c64 100644
--- a/argv.go
+++ b/argv.go
@@ -31,6 +31,7 @@ type ImportXml struct {
DomainName string `arg:"--domain" help:"the virsh domain name"`
Host string `arg:"--host" help:"the hypervisor hostname (optional)"`
Delete bool `arg:"--delete" default:"false" help:"delete the old xml after import"`
+ Force bool `arg:"--force" default:"false" help:"attempts to merge xml with existing protobuf"`
}
type args struct {