Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Reply::Plugin::CollapseStack - display error stack traces only on demand

Author

       Jesse Luehrs <doy@tozt.net>

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

See Also