This commit is contained in:
Allen Webster
2021-09-02 19:49:18 -07:00
2 changed files with 559 additions and 282 deletions
File diff suppressed because it is too large Load Diff
+3
View File
@@ -3400,6 +3400,9 @@ MD_StringListFromArgCV(MD_Arena *arena, int argument_count, char **arguments)
MD_FUNCTION MD_CmdLine
MD_MakeCmdLineFromOptions(MD_Arena *arena, MD_String8List options)
{
// TODO(rjf): consider everything as plain unstructured inputs after
// a `--` (without a name).
MD_CmdLine cmdln = MD_ZERO_STRUCT;
for(MD_String8Node *n = options.first, *next = 0;