SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
437 stars 34 forks source link

[Request] Add option to provide mount path in MPF.CLI for BinaryObjectScanner #739

Closed Daja177 closed 3 months ago

Daja177 commented 3 months ago

Is your feature request related to a problem? Please describe. On Linux, to do a complete copy protection scan, BinaryObjectScanner needs the path to the mounted location of the disc. in MPF.Check I can easily do it with -p/--path, but in MPF.CLI there's no such option.

Describe the solution you'd like Implement MPF.Check's -p/--path option in MPF.CLI.

Describe alternatives you've considered Using MPF.Check or BinaryObjectScanner by itself.