mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Added default value for --from-repo
arg
This commit is contained in:
parent
8df7a69147
commit
8875b98e2a
@ -548,6 +548,7 @@ def parse_args():
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--from-repo",
|
"--from-repo",
|
||||||
|
default="ClickHouse/ClickHouse",
|
||||||
help="if set, the commits will be taken from this repo, but PRs will be created in the main repo",
|
help="if set, the commits will be taken from this repo, but PRs will be created in the main repo",
|
||||||
)
|
)
|
||||||
parser.add_argument("--dry-run", action="store_true", help="do not create anything")
|
parser.add_argument("--dry-run", action="store_true", help="do not create anything")
|
||||||
|
Loading…
Reference in New Issue
Block a user