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 0fa6a6d commit 3e5f2e7Copy full SHA for 3e5f2e7
src/main/java/seedu/duke/flashcard/FlashcardCommandParser.java
@@ -1,6 +1,10 @@
1
package seedu.duke.flashcard;
2
3
-import seedu.duke.flashcard.command.*;
+import seedu.duke.flashcard.command.FlashcardCommand;
4
+import seedu.duke.flashcard.command.CreateFlashcardCommand;
5
+import seedu.duke.flashcard.command.ListFlashcardsCommand;
6
+import seedu.duke.flashcard.command.StartReviewCommand;
7
+import seedu.duke.flashcard.command.UnknownCommand;
8
9
public class FlashcardCommandParser {
10
public FlashcardCommand parseInput(String input) {
0 commit comments