Open dillontkh opened 6 months ago
Hi, thanks for pointing this out, however we believe that this is not a big issue as the clear
command is very distinguishable from all our other commands and it is highly unlikely that the user will ever accidentally run it.
An 'undo' command would be helpful, however, we believe that it is of a much lower priority than the other features we have implemented.
Team chose [response.NotInScope
]
Reason for disagreement: I believe I explained in my original bug report why a user experienced with the CLI (which the target user is) would use the clear
out of habit, as it is an extremely common and frequently used command.
Furthermore, a simple way to counteract this would be to simply require a confirmation flag. e.g. clear /confirm
, which would not take much effort to implement.
As a user who is accustomed to using the CLI, the
clear
command is something I use often to clear the message logs.In the application, the
clear
command irreversibly clears all contacts with no option to undo.This could pose a serious issue to advanced CLI users who habitually use the
clear
command.