mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
stdout for bake
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ def entrypoint(
|
||||
if not silent:
|
||||
click.echo(
|
||||
f" {click.style('-', fg='green', bold=True)} {click.style(_task, bold=True)}{colon}{deps}",
|
||||
err=True,
|
||||
err=False,
|
||||
)
|
||||
|
||||
if _json:
|
||||
|
||||
Reference in New Issue
Block a user