Skip to content

Commit

Permalink
Remove set command
Browse files Browse the repository at this point in the history
Change command word to rm filter.
  • Loading branch information
Ko-Khan committed Apr 3, 2024
1 parent 81359cd commit 518bde7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/main/java/seedu/address/logic/commands/SetCommand.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Removes filter so all articles are displayed
*/
public class RemoveArticleFilterCommand extends ArticleCommand {
public static final String COMMAND_WORD = "remove_filter";
public static final String COMMAND_WORD = "rmfilter";
public static final String COMMAND_PREFIX = "-a";
private static final String MESSAGE_SUCCESS = "Filters have been removed. All articles will be displayed again.";
@Override
Expand Down

0 comments on commit 518bde7

Please sign in to comment.