mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
small fix
This commit is contained in:
+1
-1
@@ -115,7 +115,7 @@ def echo_json(obj):
|
||||
"--help", "-h", default=False, is_flag=True, help="Show this message and exit."
|
||||
)
|
||||
@click.option("--debug", default=False, is_flag=True, hidden=True)
|
||||
@click.option("--source", default=False, nargs=1, hidden=True)
|
||||
@click.option("--source", default="", nargs=1, hidden=True)
|
||||
@click.option(
|
||||
"--allow",
|
||||
default=False,
|
||||
|
||||
Reference in New Issue
Block a user