1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add basic shell autocompletion using argcomplete (#5618)

This commit is contained in:
Patrick ZAJDA
2023-11-05 21:27:14 +01:00
committed by GitHub
parent 13994d9bd1
commit 4ef2e28496
2 changed files with 7 additions and 0 deletions

View File

@@ -19,3 +19,6 @@ kconfiglib==13.7.1
# esp-idf >= 5.0 requires this
pyparsing >= 3.0
# For autocompletion
argcomplete>=2.0.0