Open
Description
I believe --only
is mostly used as a debugging tool to test specific compiler output. However, its output is hard to understand since tapioca purges the files that aren't generated and creates a large diff
We could skip the purging if --only
is present. Am I missing any valid use cases where --only
will be used permanently by a repo? In that case we could have a separate flag to skip purging.