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 7065c87963
commit f06d3ff5bb

View File

@ -216,6 +216,7 @@ def action_extensions(base_actions: Dict, project_path: str) -> Dict:
'help': 'Serial port.',
'scope': 'global',
'envvar': 'ESPPORT',
'type': click.Path(),
'default': None,
}