Class CLIRuntimeError
Hierarchy
- CLIError
- CLIRuntimeError
Index
Constructors
Properties
Constructors
constructor
- new CLIRuntimeError(
message: string,
options?: { command?: string; exitCode?: number; showHelp?: boolean },
): CLIRuntimeErrorParameters
- message: string
- options: { command?: string; exitCode?: number; showHelp?: boolean } = {}
Returns CLIRuntimeError