This commit is contained in:
2019-09-15 22:48:55 -04:00
parent 50594d8114
commit 1d193669eb
+3 -3
View File
@@ -43,8 +43,8 @@ def echo_json(obj):
default="__BAKEFILE__",
envvar="BAKEFILE_PATH",
nargs=1,
# TODO: click.Path()?
type=click.STRING,
type=click.Path(),
help="The Bakefile to use.",
)
@click.option(
"--list",
@@ -92,7 +92,7 @@ def echo_json(obj):
"-e",
nargs=1,
type=click.STRING,
help="environment variables, in JSON format.",
help="Environment variables, in JSON format.",
)
@click.option(
"--json",