mkb79 / audible-cli

A command line interface for audible package. With the cli you can download your Audible books, cover, chapter files.
GNU Affero General Public License v3.0
423 stars 45 forks source link

Implement `--overwrite` option in `decrypt` #176

Closed vwkd closed 6 months ago

vwkd commented 6 months ago

This implements the --overwrite option in decrypt. The argument was already present but it seems it wasn't used in the code yet.

Currently, the option doesn't have a shorthand. Should a shorthand be added?