Skip to content

Add Cli option for BibliographyConsistencyCheckResultTxtWriter #11984

@koppor

Description

@koppor

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:

  1. Add option to org.jabref.cli.CliOptions. Similar to importToOpen.
  2. 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.

Metadata

Metadata

Labels

good first issueAn issue intended for project-newcomers. Varies in difficulty.📍 AssignedAssigned by assign-issue-action (or manually assigned)

Type

No type
No fields configured for issues without a type.

Projects

Status
Done
Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions