JabRef has a functionality to check a set of BibTeX entries for consistency. (Introcued at #10778 and #10847)
There is no CLI for that. --check-consistency FILE[,FORMAT] and then the TXT is output. One could also output CSV. (not sure how to design the CLI for that, maybe --check-consistency-output-format TXT / CSV)
Actions:
- Add option to
org.jabref.cli.CliOptions. Similar to importToOpen.
- Add methods to
org.jabref.cli.ArgumentProcessor (similar to org.jabref.cli.ArgumentProcessor#importToOpenBase)
Optionally, one can port the command line parsing to JCommander and redesign the complete CLI, but this is a larger task.
JabRef has a functionality to check a set of BibTeX entries for consistency. (Introcued at #10778 and #10847)
There is no CLI for that.
--check-consistency FILE[,FORMAT]and then the TXT is output. One could also output CSV. (not sure how to design the CLI for that, maybe --check-consistency-output-format TXT / CSV)Actions:
org.jabref.cli.CliOptions. Similar toimportToOpen.org.jabref.cli.ArgumentProcessor(similar to org.jabref.cli.ArgumentProcessor#importToOpenBase)Optionally, one can port the command line parsing to JCommander and redesign the complete CLI, but this is a larger task.