AY1920S2-CS2103T-W17-2 / main

Notably
https://ay1920s2-cs2103t-w17-2.github.io/main/
MIT License
3 stars 4 forks source link

[PE-D] Incorrect parsing for edit command #366

Closed nus-pe-bot closed 4 years ago

nus-pe-bot commented 4 years ago

From the User Guide, the edit command is edit -b BODY. However, I have discovered that simply typing edit BODY works as well. Another edge case that you might want to consider is if the user types edit -t BODY, because of the above issue, the body of the note becomes -t BODY, but maybe an error should be thrown to let the user know that the title of the note cannot be edited.


Labels: severity.Medium type.FunctionalityBug original: chishanw/ped#3

firzanarmani commented 4 years ago

Closed by #416 and other related issues