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 d6d55aaf98
commit 649abd203e

View File

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