Open AbdulrahmanAlRammah opened 1 day ago
All modified and coverable lines are covered by tests :white_check_mark:
Files with missing lines | Coverage Δ | Complexity Δ | |
---|---|---|---|
...in/java/seedu/address/logic/parser/ParserUtil.java | 94.44% <100.00%> (-3.71%) |
25.00 <0.00> (+3.00) |
:arrow_down: |
This PR enables users to delete optional fields when editing by entering the prefix without any value. The add command can now accept entries such as (Add n/John p/12345678 e/) where e/ would just indicate the person doesn't want to input an email. This is worth noting but likely the person won't bother to write the e/ anyways.
Closes #144