CLIUsage.checkActionUsage
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)
";
  
		dmd cli CLIUsage 
		manifest constantsstatic functions 
	 
	
Options supported by -checkaction=