From 5023dc0948b6277dd8dba6a90257c7e060db1f54 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sun, 24 Sep 2023 21:12:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20vsphere=20cli=20args=20(#1?= =?UTF-8?q?876)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/vsphere/config/config.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/providers/vsphere/config/config.go b/providers/vsphere/config/config.go index ac8d71d3ac..5fd8afccb0 100644 --- a/providers/vsphere/config/config.go +++ b/providers/vsphere/config/config.go @@ -16,9 +16,11 @@ var Config = plugin.Provider{ Connectors: []plugin.Connector{ { Name: "vsphere", - Use: "vsphere", + Use: "vsphere user@host", Short: "VMware vSphere", Discovery: []string{}, + MinArgs: 1, + MaxArgs: 1, Flags: []plugin.Flag{ { Long: "ask-pass",