mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(tools): fix autocomplete for --port option
Closes https://github.com/espressif/esp-idf/issues/7970
This commit is contained in:
parent
98d9d14e87
commit
0a8a5c0e7a
@ -29,6 +29,7 @@ PORT = {
|
||||
'help': 'Serial port.',
|
||||
'scope': 'global',
|
||||
'envvar': 'ESPPORT',
|
||||
'type': click.Path(),
|
||||
'default': None,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user