Open nus-pe-bot opened 12 months ago
The User Guide specifies the correct syntax and the documented features work as described. The user will only see the detailed list when using the -d flag and otherwise see the normal view. Therefore providing any other flag does not change the expected output and, thus won't confuse the user either.
The ability of our application to handle and tolerate extra flags or random characters without malfunctioning is a feature of resilience, not a bug. In terms of user experience, ignoring irrelevant flags and characters is more user-friendly than returning an error. This design choice prevents user frustration from minor command errors and allows the user to accomplish their tasks without unnecessary interruptions.
--
Per UG, the syntax of listing activities is "list-activity [-d]", see screenshot of UG:
However, the "list-activity" command accepts additional flags, see screenshot: This could confuse users
[original: nus-cs2113-AY2324S1/pe-interim#894] [original labels: type.FunctionalityBug severity.Low]