Add GUI skeleton.

This commit is contained in:
2018-08-26 14:04:09 +01:00
parent 30f7523269
commit b88d1a6df7
24 changed files with 448 additions and 27 deletions

View File

@@ -455,4 +455,7 @@ namespace DiscImageChef
[Option('i', "input", Required = true, HelpText = "Media image.")]
public string InputFile { get; set; }
}
[Verb("gui", HelpText = "Opens the in-progress GUI.")]
public class GuiOptions : CommonOptions { }
}