Versions in this module Expand all Collapse all v0 v0.0.5 Feb 5, 2021 v0.0.4 Feb 4, 2021 Changes in this version + func Run(args []string, tappers ...CaptureTap) (code int) + type BubbleTap = func(error) error + type CaptureTap = func(args []string) (BubbleTap, error)