mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
more perfection
This commit is contained in:
+2
-1
@@ -91,7 +91,8 @@ class TaskFilter(BaseAction):
|
||||
|
||||
else:
|
||||
if not yes:
|
||||
click.confirm(" Do you want to continue?", abort=True)
|
||||
question = str(click.style("?", fg="green", bold=True))
|
||||
click.confirm(f" {question} Do you want to continue?", abort=True)
|
||||
|
||||
def execute(self, yes=False, **kwargs):
|
||||
if self.name == "confirm":
|
||||
|
||||
Reference in New Issue
Block a user