openapi-python-client icon indicating copy to clipboard operation
openapi-python-client copied to clipboard

Sharp edge: --overwrite with --output-path

Open zabullet opened this issue 1 year ago • 0 comments

It's not a bug, but a bit of a sharp edge.

The mechanism employed by --overwrite is to essentially rm -rf *

So for instance in you're in your repo and execute

--overwrite --output-path ./

It very aggressively removes everything.

zabullet avatar Aug 23 '24 19:08 zabullet