This commit is contained in:
Robert Muehsig
2017-10-15 00:08:15 +02:00
parent d099363fb9
commit f3050b9dc4
9 changed files with 122 additions and 14 deletions

View File

@@ -4,9 +4,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Xml.Linq;
namespace ElectronNET.CLI
{
class Program
{
static void Main(string[] args)
@@ -28,6 +30,9 @@ namespace ElectronNET.CLI
case BuildCommand.COMMAND_NAME:
command = new BuildCommand();
break;
case InitCommand.COMMAND_NAME:
command = new InitCommand();
break;
case "--help":
case "--h":
case "help":