vmware / python-client-for-vmware-cloud-on-aws

Python Client for VMware Cloud on AWS is an open-source Python-based tool. Written in Python, the tool enables VMware Cloud on AWS users to automate the consumption of their VMware Cloud on AWS SDDC.
Other
23 stars 20 forks source link

introduction of argparse to MAIN to begin refactor effort #105

Closed fr0gger03 closed 2 years ago

fr0gger03 commented 2 years ago

basic framework for argparse introduced; this will allow the use of argparse for all commands in the tool, enabling true CLI / scripting capability. Refactor work to proceed next.

Signed-off-by: Tom Twyman ttwyman@vmware.com