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() + IsInteractive func() bool + PromptSelectParent func(ctx context.Context, eng engine.Engine, ghClient github.Client, ...) (string, error) + PromptTrackChild func(childName, parentName string) (bool, error) + type NullHandler struct + func (h *NullHandler) PromptSelectParent(_ context.Context, _ engine.Engine, _ github.Client, _ output.Logger, _ string) (string, error) + func (h *NullHandler) PromptTrackChild(_, _ string) (bool, error) + type Options struct + BranchName string + Force bool + Parent string