package
Version:
v3.0.2
Opens a new window with list of versions in this module.
Published: Jan 4, 2026
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package branch provides the TUI for creating branches.
Model is the branch creation UI model.
NewModel creates a new branch model.
Error returns any error that occurred.
Init initializes the model.
IsSuccess returns true if branch was created successfully.
State represents the current state.
const (
StateCreating State = iota
StateSuccess
StateFailed
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.