mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17: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.',
|
'help': 'Serial port.',
|
||||||
'scope': 'global',
|
'scope': 'global',
|
||||||
'envvar': 'ESPPORT',
|
'envvar': 'ESPPORT',
|
||||||
|
'type': click.Path(),
|
||||||
'default': None,
|
'default': None,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user