Versions in this module Expand all Collapse all v0 v0.0.3 Dec 12, 2025 Changes in this version + type ConsoleFilter struct + func NewConsoleFilter(quiet bool, output func(string)) *ConsoleFilter + func (cf *ConsoleFilter) Add(input string) + func (cf *ConsoleFilter) Flush() v0.0.2 Dec 12, 2025 Changes in this version + func Run(args ...string)