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
An error that will be printed to stderr (without a stackrace dump) and return an error code if handled by runCli