www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17090] New: `dmd -transition=?` needs quoting => make it

https://issues.dlang.org/show_bug.cgi?id=17090

          Issue ID: 17090
           Summary: `dmd -transition=?` needs quoting => make it
                    `-transition=help`
           Product: D
           Version: D2
          Hardware: x86
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: timothee.cour2 gmail.com

this flag was just introduced (in beta) ; it's the *only* flag that requires
quoting on a shell. Please use anything else than something that requires
quoting. `eg: -transition=help` 
more searchable (in code), easier to enter in shell, especially in more complex
scenario.
IIRC standard compilers (gcc, clang etc) don't do that.

--
Jan 14 2017