AY2425S1-CS2103T-T15-1 / tp

Other
0 stars 5 forks source link

Modify existing delete command to "cdelete" #113

Closed RobotWizzard closed 2 weeks ago

RobotWizzard commented 2 weeks ago

Change the delete client command to cdelete.

Fixes #104

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files with missing lines Coverage Δ Complexity Δ
...du/address/logic/commands/DeleteClientCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (?)
.../seedu/address/logic/parser/AddressBookParser.java 78.26% <100.00%> (ø) 11.00 <0.00> (ø)
...ddress/logic/parser/DeleteClientCommandParser.java 100.00% <100.00%> (ø) 2.00 <1.00> (?)
zackjh commented 2 weeks ago

LGTM!