Migrate CLI handling from Apache Commons CLI to PicoCLI#13012
Merged
Siedlerchr merged 61 commits intomainfrom May 9, 2025
Merged
Migrate CLI handling from Apache Commons CLI to PicoCLI#13012Siedlerchr merged 61 commits intomainfrom
Siedlerchr merged 61 commits intomainfrom
Conversation
Member
|
JabKit: Only support check-consistency. Change interface. https://clig.dev/#arguments-and-flags Maybe Example: |
This was referenced Apr 28, 2025
subhramit
reviewed
Apr 28, 2025
subhramit
reviewed
Apr 28, 2025
koppor
requested changes
May 8, 2025
| Successfully\ embedded\ metadata\ on\ at\ least\ one\ linked\ file\ of\ %0.=Successfully embedded metadata on at least one linked file of %0. | ||
| Successfully\ written\ XMP\ metadata\ of\ at\ least\ one\ entry\ to\ %0.=Successfully written XMP metadata of at least one entry to %0. | ||
| Successfully\ written\ XMP\ metadata\ on\ at\ least\ one\ linked\ file\ of\ %0.=Successfully written XMP metadata on at least one linked file of %0. | ||
| The\ following\ providers\ are\ available\:=The following providers are available: |
Member
There was a problem hiding this comment.
Line 2913 says Available export formats: - shouldn't it be Available providers: here?
| You\ must\ specify\ an\ identifier.=You must specify an identifier. | ||
| You\ must\ specify\ one\ (or\ more)\ citations.=You must specify one (or more) citations. | ||
|
|
||
| # CommandLine |
|
@trag-bot didn't find any issues in the code! ✅✨ |
koppor
approved these changes
May 8, 2025
Member
|
Second review pending... |
Contributor
|
The build for this PR is no longer available. Please visit https://builds.jabref.org/main/ for the latest build. |
Siedlerchr
approved these changes
May 9, 2025
2 tasks
tsantalis
added a commit
to tsantalis/RefactoringMiner
that referenced
this pull request
May 13, 2025
JabRef/jabref#13012 Move Method private writeMetadataToPDFsOfEntry(databaseContext BibDatabaseContext, citeKey String, entry BibEntry, filePreferences FilePreferences, xmpPdfExporter XmpPdfExporter, embeddedBibFilePdfExporter EmbeddedBibFilePdfExporter, abbreviationRepository JournalAbbreviationRepository, writeXMP boolean, embedBibfile boolean) : void from class org.jabref.cli.ArgumentProcessor to private writeMetadataToPDFsOfEntry(databaseContext BibDatabaseContext, citeKey String, entry BibEntry, filePreferences FilePreferences, xmpPdfExporter XmpPdfExporter, embeddedBibFilePdfExporter EmbeddedBibFilePdfExporter, abbreviationRepository JournalAbbreviationRepository, writeXMP boolean, embedBibfile boolean) : void from class org.jabref.cli.PdfUpdate
Member
|
Bug report from forum: Unknown option "--importToOpen" it was |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #12990
Refs #7510, #110
Docs issue JabRef/user-documentation#562
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)