handle-cli-error
Advanced tools
Changelog
3.0.0
short
option to stack
. Its value is
inverted.Before:
handleCliError(error, { short: true })
After:
handleCliError(error, { stack: false })
stack
is
false
.colors
option has been added to show
colors. It defaults to true
in terminals.icon
option.header
option.props
option has been added to hide error
properties.