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 NewBottomCmd() *cobra.Command + func NewCheckoutCmd() *cobra.Command + func NewCheckoutUI(_ output.Output, _ output.Logger) (*tui.Runner, actions.CheckoutHandler) + func NewChildrenCmd() *cobra.Command + func NewDownCmd() *cobra.Command + func NewLogCmd() *cobra.Command + func NewMainCmd() *cobra.Command + func NewParentCmd() *cobra.Command + func NewTopCmd() *cobra.Command + func NewTrunkCmd() *cobra.Command + func NewUpCmd() *cobra.Command + type InteractiveCheckoutHandler struct + func (h *InteractiveCheckoutHandler) SelectBranch(ctx *app.Context, opts actions.CheckoutOptions) (string, error) + type SimpleCheckoutHandler struct + func (h *SimpleCheckoutHandler) SelectBranch(_ *app.Context, _ actions.CheckoutOptions) (string, error)