This commit is contained in:
2019-09-16 00:51:58 -04:00
parent 80b245a282
commit 29d6b43d65
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -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",
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB