Merge branch 'fix/click-port-compl' into 'master'

fix(tools): fix autocomplete for --port option

Closes IDFGH-6307

See merge request espressif/esp-idf!25813
This commit is contained in:
Roland Dobai 2023-09-07 22:35:05 +08:00
commit 3f88247a45

View File

@ -29,6 +29,7 @@ PORT = {
'help': 'Serial port.',
'scope': 'global',
'envvar': 'ESPPORT',
'type': click.Path(),
'default': None,
}