Open nus-se-script opened 1 year ago
Since delete contact 1 follows the correct format, the app should not output the message of invalid format. Instead, it should warn that the index is not valid.
delete contact 1
[original: nus-cs2103-AY2324S1/pe-interim#5985] [original labels: severity.Low type.FeatureFlaw]
As given in our UG, CONTACT_ID needs to be a positive integer. Since 0 is not a positive integer, this is indeed not the correct format.
CONTACT_ID
--
Since
delete contact 1
follows the correct format, the app should not output the message of invalid format. Instead, it should warn that the index is not valid.[original: nus-cs2103-AY2324S1/pe-interim#5985] [original labels: severity.Low type.FeatureFlaw]