AY2122S2-CS2103-F11-2 / tp

TAlent Assistantâ„¢ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D] Edit command format #345

Closed nus-se-bot closed 2 years ago

nus-se-bot commented 2 years ago

According to the UG, the current format for edit is edit INDEX [PREFIX/VALUE] [MORE_PREFIX/VALUE]....

However, this may imply that all [PREFIX/VALUE] are optional. Should the command be written as edit INDEX PREFIX/VALUE [MORE_PREFIX/VALUE]... to be clearer that at least one field needs to be provided?


Labels: type.DocumentationBug severity.VeryLow original: nicollegann/ped#8