mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
galaxy brain
This commit is contained in:
parent
2a82a16301
commit
f8a44f9135
3 changed files with 10 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
using System;
|
||||
using CommandLine;
|
||||
|
||||
using Dalamud.Injector.Windows;
|
||||
|
||||
namespace Dalamud.Injector
|
||||
{
|
||||
|
|
@ -8,11 +8,13 @@ namespace Dalamud.Injector
|
|||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
Parser.Default.ParseArguments<InjectOptions>(args)
|
||||
var shit = Process.Open(12732);
|
||||
var cmd = shit.ReadCommandLine();
|
||||
/*Parser.Default.ParseArguments<InjectOptions>(args)
|
||||
.WithParsed<InjectOptions>(opt =>
|
||||
{
|
||||
|
||||
});
|
||||
});*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue