mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement "printhex" verb to print a/several sector(s) as
hexadecimal values on console.
This commit is contained in:
@@ -105,6 +105,12 @@ namespace DiscImageChef
|
||||
isVerbose = VerifyOptions.Verbose;
|
||||
Commands.Verify.doVerify(VerifyOptions);
|
||||
break;
|
||||
case "printhex":
|
||||
PrintHexSubOptions PrintHexOptions = (PrintHexSubOptions)invokedVerbInstance;
|
||||
isDebug = PrintHexOptions.Debug;
|
||||
isVerbose = PrintHexOptions.Verbose;
|
||||
Commands.PrintHex.doPrintHex(PrintHexOptions);
|
||||
break;
|
||||
case "formats":
|
||||
FormatsSubOptions FormatsOptions = (FormatsSubOptions)invokedVerbInstance;
|
||||
isVerbose = FormatsOptions.Verbose;
|
||||
|
||||
Reference in New Issue
Block a user