mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-18 13:57:43 +01:00
Add Argument parser
This commit is contained in:
parent
a90a5673f2
commit
693babc1e3
8 changed files with 87 additions and 15 deletions
|
|
@ -8,10 +8,10 @@ namespace Dalamud.Injector
|
|||
[Option('p', "pid", Required = true, HelpText = "A target process id to inject.")]
|
||||
public uint Pid { get; set; }
|
||||
|
||||
[Option("root", Required = false)]
|
||||
[Option("root")]
|
||||
public string? RootDirectory { get; set; }
|
||||
|
||||
[Option("bin", Required = false)]
|
||||
[Option("bin")]
|
||||
public string? BinaryDirectory { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue