mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement "decode" verb.
This commit is contained in:
@@ -111,6 +111,12 @@ namespace DiscImageChef
|
||||
isVerbose = PrintHexOptions.Verbose;
|
||||
Commands.PrintHex.doPrintHex(PrintHexOptions);
|
||||
break;
|
||||
case "decode":
|
||||
DecodeSubOptions DecodeOptions = (DecodeSubOptions)invokedVerbInstance;
|
||||
isDebug = DecodeOptions.Debug;
|
||||
isVerbose = DecodeOptions.Verbose;
|
||||
Commands.Decode.doDecode(DecodeOptions);
|
||||
break;
|
||||
case "formats":
|
||||
FormatsSubOptions FormatsOptions = (FormatsSubOptions)invokedVerbInstance;
|
||||
isVerbose = FormatsOptions.Verbose;
|
||||
|
||||
Reference in New Issue
Block a user