Open aldentantan opened 4 days ago
We will accept this bug as severity.VeryLow, because it does not hinder the user from using the application, as it stops the user from performing an action on any invalid indexes.
Team chose [type.FeatureFlaw
]
Originally [type.FunctionalityBug
]
Reason for disagreement: [replace this with your explanation]
Given that both the client indexes of 0 and 10 are invalid in the above scenario, the error messages of entering both commands should be the same for both. However,
cdelete 0
shows an error message of invalid command format, suggesting that there is an incorrect syntax error with the command, but it is actually due to the invalid index provided.The error message for client index <= 0 and client index > list index should be the same to make it clearer to the user upon invalid command input.