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":
|
||||
FormatsSubOptions FormatsOptions = (FormatsSubOptions)invokedVerbInstance;
|
||||
isVerbose = FormatsOptions.Verbose;
|
||||
isDebug = FormatsOptions.Debug;
|
||||
Commands.Formats.ListFormats();
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user