mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-16 21:07:43 +01:00
wip
This commit is contained in:
parent
4a60a5f8a2
commit
33145ea0f2
5 changed files with 106 additions and 62 deletions
|
|
@ -19,6 +19,8 @@ namespace Dalamud.Bootstrap
|
|||
|
||||
public void Launch(string exePath, string? commandLine)
|
||||
{
|
||||
commandLine = commandLine ?? "";
|
||||
|
||||
throw new NotImplementedException("TODO");
|
||||
}
|
||||
|
||||
|
|
@ -46,7 +48,7 @@ namespace Dalamud.Bootstrap
|
|||
using var process = Process.Open(pid);
|
||||
var commandLine = process.ReadCommandLine();
|
||||
|
||||
if (!ArgumentContainer.Parse(commandLine[1], out var container))
|
||||
if (!EncodedArgument.Parse(commandLine[1], out var container))
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue