mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
Add docs to argBuilder.Parse
This commit is contained in:
parent
5dd8491d13
commit
666f7df738
1 changed files with 6 additions and 1 deletions
|
|
@ -12,9 +12,14 @@ namespace Dalamud.Bootstrap.SqexArg
|
|||
m_dict = new Dictionary<string, string>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Creates an argument builder from the argument (e.g. /T =1234)
|
||||
/// </summary>
|
||||
/// <param name="argument"></param>
|
||||
/// <returns></returns>
|
||||
public static ArgumentBuilder Parse(string argument)
|
||||
{
|
||||
|
||||
throw new NotImplementedException("TODO");
|
||||
}
|
||||
|
||||
public ArgumentBuilder Add(string key, string value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue