draw help always even if not noui is set
This commit is contained in:
@@ -29,13 +29,10 @@ public static class Program
|
||||
internal static void Main(string[] args)
|
||||
{
|
||||
var options = new Options(args);
|
||||
if (options.NoUi)
|
||||
{
|
||||
if (options.Help)
|
||||
options.DrawHelp();
|
||||
else
|
||||
else if (options.NoUi)
|
||||
InstallWithoutGui(options.UpdateOptions, options.Silent);
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowWindow(GetConsoleWindow(), 0);
|
||||
|
||||
Reference in New Issue
Block a user