CLIUsage.checkActionUsage

Options supported by -checkaction=

struct CLIUsage
enum checkActionUsage = "Behavior on assert/boundscheck/finalswitch failure: =[h|help|?] List information on all available choices =D Usual D behavior of throwing an AssertError =C Call the C runtime library assert failure function =halt Halt the program execution (very lightweight) =context Use D assert with context information (when available) ";
Suggestion Box / Bug Report