-
-
Notifications
You must be signed in to change notification settings - Fork 3
Arguments parsing on Windows #4
Copy link
Copy link
Open
Labels
Win32Issue specific to Windows platformIssue specific to Windows platformenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Win32Issue specific to Windows platformIssue specific to Windows platformenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Emu uses
argpfor argument parsing and--help.Due to lack of support on Windows, it is disabled in Windows build, leaving the user without obvious way of loading files.
We need to find a replacement for windows build or a way of bundling
argpwith Windows build.