Thread overview
[Issue 17090] `dmd -transition=?` needs quoting => make it `-transition=help`
Jan 15, 2017
Martin Nowak
Jan 15, 2017
Timothee Cour
Jan 05, 2019
Seb
Nov 14, 2022
RazvanN
January 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17090

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
It's not new and also used by -mcpu=?. I agree that `help` should be an alias for `?`.

--
January 15, 2017
https://issues.dlang.org/show_bug.cgi?id=17090

Timothee Cour <timothee.cour2@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timothee.cour2@gmail.com

--- Comment #2 from Timothee Cour <timothee.cour2@gmail.com> ---
>> I agree that `help` should be an alias for `?`.

or rather, vice versa and then deprecation path for `?`

--
January 05, 2019
https://issues.dlang.org/show_bug.cgi?id=17090

Seb <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #3 from Seb <greeenify@gmail.com> ---
PR https://github.com/dlang/dmd/pull/9205

--
November 14, 2022
https://issues.dlang.org/show_bug.cgi?id=17090

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |FIXED

--- Comment #4 from RazvanN <razvan.nitu1305@gmail.com> ---
Fixed by: https://github.com/dlang/dmd/pull/9205

--