Fix passing custom port for dump_devinfo (#938)

This commit is contained in:
Teemu R 2024-06-03 17:46:38 +02:00 committed by GitHub
parent 6616d68d42
commit 30e37038d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,7 +207,7 @@ async def handle_device(basedir, autosave, device: Device, batch_size: int):
+ " Do not use this flag unless you are sure you know what it means." + " Do not use this flag unless you are sure you know what it means."
), ),
) )
@click.option("--port", help="Port override") @click.option("--port", help="Port override", type=int)
async def cli( async def cli(
host, host,
target, target,