mu: add --uncooked option for mu extract

To avoid replacing spaces with dashes

Fixes #2434.
This commit is contained in:
Dirk-Jan C. Binnema
2023-02-23 20:23:25 +02:00
parent 5c037f7579
commit ff08731298
4 changed files with 14 additions and 1 deletions

View File

@ -126,6 +126,8 @@ struct Options {
bool overwrite; /**< overwrite same-named files */
bool play; /**< try to 'play' attachment */
std::string filename_rx; /**< Filename rx to save */
bool uncooked{}; /**< Whether to avoid massaging
* output filename */
} extract;
/*