-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
Add Cli option for BibliographyConsistencyCheckResultTxtWriter #11984
Comments
Hey! May I work on this issue? thank you! |
/assign @FeiLi-lab |
👋 Hey @, Thanks for your interest in this issue! 🎉 Newcomers, we're excited to have you on board. Start by exploring our Contributing guidelines, and don't forget to check out our workspace setup guidelines to get started smoothly. In case you encounter failing tests during development, please check our developer FAQs! Having any questions or issues? Feel free to ask here on GitHub. Need help setting up your local workspace? Join the conversation on JabRef's Gitter chat. And don't hesitate to open a (draft) pull request early on to show the direction it is heading towards. This way, you will receive valuable feedback. Note that you will be unassigned if it isn't closed within ** days** (****). Note A maintainer can also add the **** label to prevent it from being unassigned automatically. Happy coding! 🚀 |
@FeiLi-lab Sorry for the confusing message - I am testing a develoment version of an action supporting our maintenance - takanome-dev/assign-issue-action#245. You are assigned. Happy coding! |
👋 Hey @, this issue is already assigned to @[object Object]. Note A maintainer can also add you to the list of assignees or swap you with the current assignee. |
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.
The text was updated successfully, but these errors were encountered: