Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + func Action(ctx *app.Context, opts Options, handler Handler) error + type Handler interface + Cleanup func() + Complete func(result Result) + IsInteractive func() bool + OnStep func(step Step, status handler.StepStatus, message string) + Start func(currentBranch, parentBranch string, dryRun bool) + type NullHandler struct + func (h *NullHandler) Complete(Result) + func (h *NullHandler) Start(string, string, bool) + type Options struct + AllowTrunk bool + DryRun bool + Keep bool + type Result struct + ChildrenCount int + FoldedBranch string + IntoBranch string + type Step string + const StepCleanup + const StepFolding + const StepRestacking + const StepValidating