Skip to content

Commit

Permalink
🐛 fix vsphere cli args (#1876)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Sep 24, 2023
1 parent df88d9b commit 5023dc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion providers/vsphere/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5023dc0

Please sign in to comment.