mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
EncodedArg
This commit is contained in:
parent
a01bc259a8
commit
c6a9879498
3 changed files with 46 additions and 48 deletions
|
|
@ -46,7 +46,12 @@ namespace Dalamud.Bootstrap
|
|||
using var process = Process.Open(pid);
|
||||
var commandLine = process.ReadCommandLine();
|
||||
|
||||
var argument = ArgumentDecoder.Decode(commandLine[1]);
|
||||
if (!ArgumentContainer.Parse(commandLine[1], out var container))
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
// TODO:
|
||||
// .... if arg1 exists
|
||||
// DecodeSqexArg(arguments[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue