Skip to content

Commit

Permalink
🐛 fix vsphere cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Sep 24, 2023
1 parent 68f339f commit c9319e4
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 c9319e4

Please sign in to comment.