Closed
Description
When I run:
openapi-python-client update --path apispec.yaml
A custom folder, util
is deleted.
I'd like to have an option where update
will ignore the util folder.
I've considered somehow bundling the util
folder outside of the package, but I really want something where it's straightforward to distribute some higher level code built on top of the really nice generated code.