Add support for "--debug" on 'formats' verb

This commit is contained in:
2014-07-03 18:32:58 +01:00
parent 06c327c4e2
commit b7167adc79

View File

@@ -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: