install command?

This commit is contained in:
Robert Muehsig
2017-10-04 23:11:23 +02:00
parent 8d89ef3e64
commit 606d78ca42
7 changed files with 1594 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ namespace ElectronNET.CLI
case StartElectronCommand.COMMAND_NAME:
command = new StartElectronCommand(args.Skip(1).ToArray());
break;
case InstallElectronCommand.COMMAND_NAME:
command = new InstallElectronCommand(args.Skip(1).ToArray());
break;
case "--help":
case "--h":
case "help":