September 30, 2016
On 30 September 2016 at 14:16, Manu via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> I've been googling for a comprehensive list of LDC and GDC command line args for ages. I can't find one.
>
> I have had to download and install both compilers just to run the --help.
>
> Can these compilers please both have such a document in an obvious accessible place like DMD has?

gdc --help=d


Warning: some descriptions are from other languages. :-)
October 01, 2016
On 1 October 2016 at 04:13, Iain Buclaw via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
> On 30 September 2016 at 14:16, Manu via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
>> I've been googling for a comprehensive list of LDC and GDC command line args for ages. I can't find one.
>>
>> I have had to download and install both compilers just to run the --help.
>>
>> Can these compilers please both have such a document in an obvious accessible place like DMD has?
>
> gdc --help=d

OMG, I wish I knew that for the better part of the last decade!! Is it possible to include that information in like, gdc --help? ;)