[Issue 16409] New: Allow -of=filename and -od=objdir switches

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 21 03:16:41 PDT 2016


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

          Issue ID: 16409
           Summary: Allow -of=filename and -od=objdir switches
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: andrej.mitrovich at gmail.com

Currently auto-complete in terminals doesn't work with DMD's glued swiches,
e.g. typing -odsome/dir disallows tab-completion.

This similar issue https://issues.dlang.org/show_bug.cgi?id=12759 requests `-of
filename` and `-od objdir` support. Even though I like that idea there is
already a precedent for using `=` for switches in DMD, so this enhancement
request might have a better chance of being accepted.

--


More information about the Digitalmars-d-bugs mailing list