Allow to use an existing metadata sidecar and resume file when converting images.

This commit is contained in:
2018-01-28 21:26:41 +00:00
parent 484782f8e1
commit b903d12ce8
2 changed files with 64 additions and 4 deletions

View File

@@ -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 =