We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, it will overwrite any backup with the current file which may have been annotated, with a big warning to avoid that.
A better process would be:
--warning=False
--overwrite-backup=True
I don't think there's a smarter way while keeping the behavior of the tool as it is (ie writing the output directly in the TexTools folder).
Another way would be to only work in the project directory and have another command to copy the backup or the annotated file in the TexTools folder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, it will overwrite any backup with the current file which may have been annotated, with a big warning to avoid that.
A better process would be:
--warning=False
and nothing else: check if backup already exists, in which case skip this file and only backup files for which no backup exists--warning=False
and--overwrite-backup=True
, unconditionally backup all filesI don't think there's a smarter way while keeping the behavior of the tool as it is (ie writing the output directly in the TexTools folder).
Another way would be to only work in the project directory and have another command to copy the backup or the annotated file in the TexTools folder
The text was updated successfully, but these errors were encountered: