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:
@ -247,6 +247,8 @@ def confirm_opt(message):
|
||||
print("Aborted.")
|
||||
exit(0)
|
||||
|
||||
click.echo()
|
||||
|
||||
del kwargs["confirm_flag"]
|
||||
|
||||
return function(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user