cli improvements

This commit is contained in:
2019-09-20 19:38:15 -04:00
parent d1b642eb7b
commit 1216cc6337
+1 -1
View File
@@ -111,7 +111,7 @@ def echo_json(obj):
default=None,
nargs=1,
type=click.INT,
help="Lists available tasks (and their dependencies).",
help="List only a given number of '/' levels of tasks.",
)
@click.option(
"--help", "-h", default=False, is_flag=True, help="Show this message and exit."