Add argcomplete support

This commit is contained in:
Kylian Schmidt
2026-05-08 14:42:01 +02:00
parent 63e4af0f9f
commit 17acd478d3
3 changed files with 174 additions and 105 deletions
+1
View File
@@ -36,6 +36,7 @@ classifiers = [
dependencies = [
"Jinja2>=3.0.0",
"PyYAML>=5.0",
"argcomplete>=3.0",
"pytest",
]