Skip to content

Commit

Permalink
Add author tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyi105 committed Nov 3, 2023
1 parent aba15d0 commit b565e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/seedu/cafectrl/parser/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public class Parser implements ParserUtil {
+ "(?:, ingredient/[A-Za-z0-9\\s]+ qty/[A-Za-z0-9\\s]+)*)";
private static final String SHOW_SALE_BY_DAY_ARGUMENT_STRING = "day/(\\d+)";

//@@author ziyi105
/**
* Parse userInput and group it under commandWord and arguments
* use commandWord to find the matching command and prepare the command
Expand Down

0 comments on commit b565e25

Please sign in to comment.