diff --git a/Dalamud.Bootstrap/SqexArg/ArgumentBuilder.cs b/Dalamud.Bootstrap/SqexArg/ArgumentBuilder.cs index fa5193064..7b9176f34 100644 --- a/Dalamud.Bootstrap/SqexArg/ArgumentBuilder.cs +++ b/Dalamud.Bootstrap/SqexArg/ArgumentBuilder.cs @@ -12,9 +12,14 @@ namespace Dalamud.Bootstrap.SqexArg m_dict = new Dictionary(); } + /// + /// Creates an argument builder from the argument (e.g. /T =1234) + /// + /// + /// public static ArgumentBuilder Parse(string argument) { - + throw new NotImplementedException("TODO"); } public ArgumentBuilder Add(string key, string value)