Skip to content

Commit

Permalink
Merge pull request #78 from kaboomzxc/master
Browse files Browse the repository at this point in the history
Add Author to "find"
  • Loading branch information
kaboomzxc authored Oct 10, 2024
2 parents 087626a + 2bd7436 commit 80638df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/bookbob/functions/CommandHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ public void exit(String input) {
System.exit(0);
}
}

// @@Author kaboomzxc
public void find(String input, Records records) {
Map<String, String> searchParams = extractSearchParams(input);

Expand Down

0 comments on commit 80638df

Please sign in to comment.