Description
I ran this
npx zenstack generate --schema schema/main.zmodel --output ..
It deleted everything in the directory above the current directory.
Expected behavior
I didn't expect it delete all my files.
It should check the output directory does not include the whole project before deleting it.