Przeglądaj źródła

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

Closes https://github.com/espressif/esp-idf/issues/7970
Peter Dragun 2 lat temu
rodzic
commit
0a8a5c0e7a
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      tools/idf_py_actions/serial_ext.py

+ 1 - 0
tools/idf_py_actions/serial_ext.py

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