mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement "entropy" command.
This commit is contained in:
@@ -99,6 +99,12 @@ namespace DiscImageChef
|
||||
isVerbose = ChecksumOptions.Verbose;
|
||||
Commands.Checksum.doChecksum(ChecksumOptions);
|
||||
break;
|
||||
case "entropy":
|
||||
EntropySubOptions entropyOptions = (EntropySubOptions)invokedVerbInstance;
|
||||
isDebug = entropyOptions.Debug;
|
||||
isVerbose = entropyOptions.Verbose;
|
||||
Commands.Entropy.doEntropy(entropyOptions);
|
||||
break;
|
||||
case "verify":
|
||||
VerifySubOptions VerifyOptions = (VerifySubOptions)invokedVerbInstance;
|
||||
isDebug = VerifyOptions.Debug;
|
||||
|
||||
Reference in New Issue
Block a user