mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
Merge branch 'fix/click-port-compl_v4.4' into 'release/v4.4'
fix(tools): fix autocomplete for --port option (v4.4) See merge request espressif/esp-idf!25876
This commit is contained in:
@ -193,6 +193,7 @@ def action_extensions(base_actions, project_path):
|
||||
'help': 'Serial port.',
|
||||
'scope': 'global',
|
||||
'envvar': 'ESPPORT',
|
||||
'type': click.Path(),
|
||||
'default': None,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user