Versions in this module Expand all Collapse all v0 v0.1.0 Jun 12, 2024 Changes in this version + func Run(app *kingpin.Application) + type Branch struct + Committer string + Current bool + Living bool + Name string + Remote string + Upstream string + func (b Branch) FullName() string + type Filter func(*Branch) bool + func ParseFilter(specs []string) Filter