mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
--levels
This commit is contained in:
+1
-1
@@ -334,7 +334,7 @@ def entrypoint(
|
||||
tasks_unechoed = len(bakefile.tasks) - len(task_list)
|
||||
|
||||
if tasks_unechoed:
|
||||
bake_command = str(click.style(f"bake -l {levels + 1}", fg="red"))
|
||||
bake_command = str(click.style(f"bake --levels {levels + 1}", fg="red"))
|
||||
click.echo(
|
||||
f"Note: {tasks_unechoed} more tasks are available. "
|
||||
f"Please use $ {bake_command} to see more.",
|
||||
|
||||
Reference in New Issue
Block a user