mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Allow to use an existing metadata sidecar and resume file when converting images.
This commit is contained in:
@@ -432,6 +432,12 @@ namespace DiscImageChef
|
||||
[Option('O', "options", Default = null,
|
||||
HelpText = "Comma separated name=value pairs of options to pass to output image plugin")]
|
||||
public string Options { get; set; }
|
||||
|
||||
[Option('x', "cicm-xml", Default = null, HelpText = "Take metadata from existing CICM XML sidecar.")]
|
||||
public string CicmXml { get; set; }
|
||||
|
||||
[Option('r', "resume-file", Default = null, HelpText = "Take list of dump hardware from existing resume file.")]
|
||||
public string ResumeFile { get; set; }
|
||||
}
|
||||
|
||||
[Verb("image-info", HelpText =
|
||||
|
||||
Reference in New Issue
Block a user