Split filesystem and image list options.

This commit is contained in:
2020-01-03 18:27:32 +00:00
parent 03573f1cb6
commit 5deda9c537
5 changed files with 123 additions and 24 deletions

View File

@@ -48,6 +48,7 @@ namespace DiscImageChef.Commands.Image
AddCommand(new DecodeCommand());
AddCommand(new EntropyCommand());
AddCommand(new ImageInfoCommand());
AddCommand(new ListOptionsCommand());
AddCommand(new PrintHexCommand());
AddCommand(new VerifyCommand());
}