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 ab7ad8a848
commit b83a56512a

View File

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