Improve waiter output

Add an extra newline, show the name of the task (from start()), and show
the first step as a "Gathering information" message on the progressbar.
This commit is contained in:
2023-11-09 21:34:29 -05:00
parent 08411708f6
commit d7ea705e31
2 changed files with 12 additions and 1 deletions

View File

@ -247,6 +247,8 @@ def confirm_opt(message):
print("Aborted.")
exit(0)
click.echo()
del kwargs["confirm_flag"]
return function(*args, **kwargs)