andreafrancia / trash-cli

Command line interface to the freedesktop.org trashcan.
GNU General Public License v2.0
3.53k stars 177 forks source link

improved error messages when no files were restored #327

Closed lukasvrenner closed 3 months ago

lukasvrenner commented 6 months ago

Fixes #326 This change makes behavior more transparent when trying to restore a file, but choosing nothing. It also capitalizes the letter N in trash-empty confirmation, to clarify default behavior.

andreafrancia commented 3 months ago

Thank you, but it seems that some test are not passing.

andreafrancia commented 3 months ago

I've fixed the tests and merged manually with rebase. Thank you.