fix(tools): fix autocomplete for --port option

Closes https://github.com/espressif/esp-idf/issues/7970
This commit is contained in:
Peter Dragun 2023-09-06 14:32:48 +02:00
parent 98d9d14e87
commit 0a8a5c0e7a

View File

@ -29,6 +29,7 @@ PORT = {
'help': 'Serial port.',
'scope': 'global',
'envvar': 'ESPPORT',
'type': click.Path(),
'default': None,
}