forked from espressif/esp-idf
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:
@@ -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