mirror of https://github.com/crytic/slither
feat: make tables fit within terminal by default (#2426)
This PR adds a `max_width` parameter to MyPrettyTable to restrict the maximum width of its underlying table. The value can be an integer, "max" (detect automatically the correct width) or None (no width limit) * Add a new parameter `max_width` to MyPrettyTable to enhance its display for CLI usage * Fix the description of the Loc printer, and adjust the maximal width. * bump prettytable * default all prettytable's to fit within max terminal width --------- Co-authored-by: alpharush <0xalpharush@protonmail.com>pull/2289/merge
parent
7c7b71ff60
commit
48815192f2
Loading…
Reference in new issue