CLI: Use new 'Indexer' to add Commands

This commit is contained in:
2022-04-14 15:03:19 +02:00
parent c51fd3c555
commit be41fab5d5
6 changed files with 80 additions and 14 deletions

View File

@@ -20,7 +20,8 @@ SOURCES += \
commanddelete.cpp \
commandupdate.cpp \
commandsearch.cpp \
commandlist.cpp
commandlist.cpp \
command.cpp
HEADERS += \
command.h \