https://issues.dlang.org/show_bug.cgi?id=20455
Issue ID: 20455
Summary: Filename or directories starting with "-" cannot be
processed
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Examples:
dmd -myfile.d
Error: Unrecognized switch -myfile.d
dmd -mydir\myfile.d
Error: Unrecognized switch -mydir\myfile.d
Suggestion: on Windows use the default command prefix: "/"
--
