Closed mismailzz closed 1 year ago
Please can this be merged into master VMware.
The full name of the argument is "--vm-password"
From https://docs.python.org/dev/library/argparse.html#dest: "Any internal - characters will be converted to _ characters to make sure the string is a valid attribute name."
Thank you for fixing that.
On execution of the script, It was showing that the args.vm_pwd does not exist.
Detail of the error:
I resolved it by analyzing the arguments in the Namespace object