Updated autocomplete scripts

This commit is contained in:
Bartek Kryza
2024-03-04 22:44:10 +01:00
parent 2967d27de8
commit ba9e435786
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ _arguments \
'--add-compile-flag[Add a compilation flag to each entry in the compilation database]' \
'--remove-compile-flag[Remove a compilation flag from each entry in the compilation database]' \
'--query-driver[Query the specific compiler driver to extract system paths and add to compile commands (e.g. arm-none-eabi-g++)]' \
'--allow-empty-diagrams[Do not raise an error when generated diagram model is empty]' \
'--add-class-diagram[Add class diagram config]' \
'--add-sequence-diagram[Add sequence diagram config]' \
'--add-package-diagram[Add package diagram config]' \

View File

@@ -98,6 +98,7 @@ _clanguml() {
--add-compile-flag \
--remove-compile-flag \
--query-driver \
--allow-empty-diagrams \
--add-class-diagram \
--add-sequence-diagram \
--add-package-diagram \