# File lib/list_command.rb, line 59 def targets targets = [["NAME", "TARGET CODE"]] targets << ["Mock", "mock"] targets << ["Amazon EC2", "ec2"] targets << ["RHEV-M", "rhevm"] targets << ["VMware vSphere", "vsphere"] targets << ["Condor Cloud", "condor_cloud"] format_print(targets) quit(0) end