Merge branch 'fix/click-port-compl_v5.0' into 'release/v5.0'

fix(tools): fix autocomplete for --port option (v5.0)

See merge request espressif/esp-idf!25875
This commit is contained in:
Roland Dobai
2023-09-16 00:00:38 +08:00

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,
}