Home > @rushstack/ts-command-line > CommandLineParser > executeWithoutErrorHandlingAsync
CommandLineParser.executeWithoutErrorHandlingAsync() method
This is similar to CommandLineParser.executeAsync(), except that execution errors simply cause the promise to reject. It is the caller's responsibility to trap
Signature:
executeWithoutErrorHandlingAsync(args?: string[]): Promise<void>;
Parameters
Parameter | Type | Description |
|---|---|---|
args | string[] | (Optional) |
Returns:
Promise<void>