AY2425S1-CS2103T-F14A-3 / tp

https://ay2425s1-cs2103t-f14a-3.github.io/tp/
MIT License
0 stars 5 forks source link

Whitelist Command Accepts Multiple Status Argument #124

Closed JunLongling closed 2 weeks ago

JunLongling commented 2 weeks ago

The whitelist command currently accepts multiple client status arguments (e.g., whitelist 1 cs/old cs/active) and uses the last status provided. This behavior is unintended. The command should accept only one status argument and reject commands with multiple status inputs to prevent ambiguity.

image image