Open ty4g1 opened 1 week ago
Thank you for the feedback. Actually, this is expected behaviour according to our UG which states that 'clear' command will clear all pets and owners from the database. Typing anything after a command will still have the same result as the command itself. There is a warning also that states that the entire data file will be lost and a copy will be needed. We will improve the intuitiveness of the 'clear' command in a future iteration as mentioned in the planned enhancements and will also update the UG to make it clear to new users that "clear owners" or "clear pets" has the same effect as "clear".
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
The
clear
command allows users to enter words afterclear
, and executes the command successfully.Would be better to impose a format check, in case a new user runs
clear owners
orclear pets
and only expects that section to be cleared.