hide CLI option for redis shard ports (#14434)

This commit is contained in:
Edward Oakes 2021-03-02 13:06:34 -06:00 committed by GitHub
parent 4572c6cf0f
commit b7516ef667
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -249,6 +249,7 @@ def debug(address):
@click.option(
"--redis-shard-ports",
required=False,
hidden=True,
type=str,
help="the port to use for the Redis shards other than the "
"primary Redis shard")