[Data loss] kapidox_generate unexpectedly deleted all of the files in a repo
Make a backup of whatever source repo you are testing with in case you were working on anything important.
Commands To reproduce:
cd ~/kde/src/frameworks/kirigami # or wherever the source repo is for you
mkdir asdf
cd asdf
kapidox_generate ../
Result:
All files in ~/kde/src/frameworks/kirigami
are deleted, including ~/kde/src/frameworks/kirigami/.git
Expected Result:
If this is not the intended way to use kapidox_generate, it should give me an error instead of deleting all the data in that folder.