We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e548 commit fcceb73Copy full SHA for fcceb73
jabgui/src/main/java/org/jabref/cli/ArgumentProcessor.java
@@ -67,7 +67,7 @@ public List<UiCommand> processArguments() {
67
return uiCommands;
68
}
69
70
- if (StringUtil.isBlank(guiCli.jumpToKey)) {
+ if (StringUtil.isNotBlank(guiCli.jumpToKey)) {
71
uiCommands.add(new UiCommand.JumpToEntryKey(guiCli.jumpToKey));
72
73
0 commit comments