mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add support for "--debug" on 'formats' verb
This commit is contained in:
@@ -108,6 +108,7 @@ namespace DiscImageChef
|
|||||||
case "formats":
|
case "formats":
|
||||||
FormatsSubOptions FormatsOptions = (FormatsSubOptions)invokedVerbInstance;
|
FormatsSubOptions FormatsOptions = (FormatsSubOptions)invokedVerbInstance;
|
||||||
isVerbose = FormatsOptions.Verbose;
|
isVerbose = FormatsOptions.Verbose;
|
||||||
|
isDebug = FormatsOptions.Debug;
|
||||||
Commands.Formats.ListFormats();
|
Commands.Formats.ListFormats();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user