mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(tools): fix autocomplete for --port option
Closes https://github.com/espressif/esp-idf/issues/7970
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user