mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
fix(tools): fix autocomplete for --port option
Closes https://github.com/espressif/esp-idf/issues/7970
This commit is contained in:
@ -29,6 +29,7 @@ PORT = {
|
|||||||
'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