ratarmount icon indicating copy to clipboard operation
ratarmount copied to clipboard

--no-recreate-index should actually prevent recreating index

Open jcphill opened this issue 5 months ago • 1 comments

Currently --no-recreate-index is just the default behavior of "don't recreate the index unless necessary". What would actually be useful is for it to mean "either use the existing index as-is or exit with an error".

jcphill avatar Sep 15 '25 14:09 jcphill

That would require a new option --recreate-index-on-error to restore / force the default behavior in case it somehow is not the default anymore, but it seems useful enough to add this because, yes, no-recreate-index, is misleading as far as names go.

mxmlnkn avatar Sep 19 '25 11:09 mxmlnkn