diff --git a/bake/cli.py b/bake/cli.py index aed44ce..ed9d9a9 100644 --- a/bake/cli.py +++ b/bake/cli.py @@ -52,7 +52,7 @@ def echo_json(obj): "_list", default=False, is_flag=True, - help="Lists available tasks from Bakefile.", + help="Lists available tasks (and their dependencies).", ) @click.option("--debug", default=False, is_flag=True, hidden=True) @click.option("--shellcheck", default=False, is_flag=True, hidden=False) @@ -71,7 +71,7 @@ def echo_json(obj): "_continue", is_flag=True, type=click.BOOL, - help="Fail immediately, if any task fails.", + help="Continue, if a task fails.", ) @click.option( "--insecure", diff --git a/ext/img.jpg b/ext/img.jpg new file mode 100644 index 0000000..2d3ac98 Binary files /dev/null and b/ext/img.jpg differ