https://issues.dlang.org/show_bug.cgi?id=9287
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Walter Bright <[email protected]> --- (In reply to Andrej Mitrovic from comment #2) > This is problematic because DMD uses single dash for arguments, if you > accidentally run DMD with: > > $ dmd -arg1 - arg2 -arg3 > > You're going to get some pretty awful error messages if DMD tries to read > this. This is normal for Linux. Look at: man cat and there are both - prefixed switches and - meaning read from stdin. --
