andreafrancia / trash-cli

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

fix: handle eof in restore input #225

Closed mtoohey31 closed 2 years ago

mtoohey31 commented 2 years ago

This adds an exception case after the input line in restore.py so that the program exits gracefully if the user enters Ctrl+D.