dmd.cli

Defines the help texts for the CLI options offered by DMD.

This file is not shared with other compilers which use the DMD front-end. However, this file will be used to generate the online documentation and MAN pages.

Members

Enums

TargetOS
enum TargetOS

Bit decoding of the TargetOS

Functions

isCurrentTargetOS
bool isCurrentTargetOS(TargetOS os)

Checks whether os is the current TargetOS. For TargetOS.all it will always return true.

Static functions

capitalize
string capitalize(string w)

Capitalize a the first character of a ASCII string.

Structs

CLIUsage
struct CLIUsage

Formats the Options for CLI printing.

Usage
struct Usage

Contains all available CLI Usage.Options.

Meta

Suggestion Box / Bug Report