Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change clear to reset #62

Merged

Conversation

TyrusLye
Copy link
Collaborator

Resolves #10

The initial list function still works to list everything. But can now also be used to search and list specific entries.
@TyrusLye TyrusLye added the enhancement New feature or request label Oct 16, 2023
@TyrusLye TyrusLye added this to the v1.2 milestone Oct 16, 2023
@TyrusLye TyrusLye self-assigned this Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (30eac10) 75.14% compared to head (0204906) 75.14%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #62   +/-   ##
=========================================
  Coverage     75.14%   75.14%           
  Complexity      419      419           
=========================================
  Files            71       71           
  Lines          1340     1340           
  Branches        127      127           
=========================================
  Hits           1007     1007           
  Misses          302      302           
  Partials         31       31           
Files Coverage Δ
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TyrusLye TyrusLye merged commit 5bb9730 into AY2324S1-CS2103T-T13-4:master Oct 16, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change the clear command to reset
2 participants