Hi all, I just discovered alot and so far it has been really good.
I was reading about custom pre-command hooks and adding the "confirm send without attachment" hook to my config. It works quite well, and since #394 you can safely abort command from pre-command hooks.
My issue is related to the ui: when the send command is aborted, a large red box appears showing that something bad happened and that one has to check the logs. In the case of the "confirm attachment" hook, the abort is intended and not an error.
Could we have a special Exception type for aborting commands that is not reported as an error to the user?
Hi all, I just discovered
alot
and so far it has been really good. I was reading about custom pre-command hooks and adding the "confirm send without attachment" hook to my config. It works quite well, and since #394 you can safely abort command from pre-command hooks.My issue is related to the ui: when the send command is aborted, a large red box appears showing that something bad happened and that one has to check the logs. In the case of the "confirm attachment" hook, the abort is intended and not an error.
Could we have a special Exception type for aborting commands that is not reported as an error to the user?