mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add 'image-info' verb.
This commit is contained in:
@@ -430,4 +430,12 @@ namespace DiscImageChef
|
||||
HelpText = "Comma separated name=value pairs of options to pass to output image plugin")]
|
||||
public string Options { get; set; }
|
||||
}
|
||||
|
||||
[Verb("image-info", HelpText =
|
||||
"Opens a media image and shows information about the media it represents and metadata.")]
|
||||
public class ImageInfoOptions : CommonOptions
|
||||
{
|
||||
[Option('i', "input", Required = true, HelpText = "Media image.")]
|
||||
public string InputFile { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user