You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be able to customize the table output by passing in options
Proposed Solution
Should be able to hide columns (like cache) by passing in an option like --hide-cache or --hide-fields cache,tags
Use Case
The output table may grow in the future and it might be cumbersome to output all fields.
Alternatives Considered
Potentially it might be a valid approach to make the entire table optional and just show simple pass fail outputs and have the table to enabled using an option.
Problem Statement
Proposed Solution
Use Case
Alternatives Considered