www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16409] New: Allow -of=filename and -od=objdir switches

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 puremagic.com
          Reporter: andrej.mitrovich 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.

--
Aug 21 2016