mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-07 08:08:48 +00:00
Merge branch 'dev' of https://github.com/Dion-Systems/metadesk into dev
This commit is contained in:
+555
-281
File diff suppressed because it is too large
Load Diff
@@ -3400,6 +3400,9 @@ MD_StringListFromArgCV(MD_Arena *arena, int argument_count, char **arguments)
|
|||||||
MD_FUNCTION MD_CmdLine
|
MD_FUNCTION MD_CmdLine
|
||||||
MD_MakeCmdLineFromOptions(MD_Arena *arena, MD_String8List options)
|
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;
|
MD_CmdLine cmdln = MD_ZERO_STRUCT;
|
||||||
|
|
||||||
for(MD_String8Node *n = options.first, *next = 0;
|
for(MD_String8Node *n = options.first, *next = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user