Reply::Plugin::CollapseStack - display error stack traces only on demand
Contents
Copyright And License
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
perl v5.34.0 2022-06-17 Reply::Plugin::CollapseStack(3pm)
Description
This plugin hides stack traces until you specifically request them with the "#stack" command.
The number of lines of stack to always show is configurable; specify the "num_lines" option.
Name
Reply::Plugin::CollapseStack - display error stack traces only on demand
Synopsis
; .replyrc
[CollapseStack]
num_lines = 1
Version
version 0.42
