Open
Description
Describe the desired feature
It would be great to have more control over outputs from printers, specifically table formatted ones such as function-summary
and vars-and-auth
.
Using function-summary
as an example, it would be great to be able to filter the following (regex would be sufficient for all probably):
- Function names
- Visibility
- Modifiers
- Read
- Write
- Internal Calls
- External Calls
Using regex a user could have full flexibility to filter out based on specifics or based on whether something is empty
"Return all functions without get*
at the start that are external, have external calls, don't have any modifiers, and modify state."