Print vm list before prompt

Tento commit je obsažen v:
Christopher Laprise 2018-01-02 01:51:01 -05:00
rodič 91928ae0c6
revize 8b03c9cc9c
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 448568C8B281C952

Zobrazit soubor

@ -38,6 +38,8 @@ def main(args=None, app=None): # pylint: disable=missing-docstring
go_ahead = ""
if not args.no_confirm:
print("This will completely remove the selected VM(s)...")
for vm in args.domains:
print(" ", vm.name)
go_ahead = input("Are you sure? [y/N] ").upper()
if args.no_confirm or go_ahead == "Y":