Documentation
¶
Overview ¶
Package ui provides the terminal user interface for git-cc using Bubble Tea.
Index ¶
Constants ¶
View Source
const ( StepTypeSelect = iota StepScope StepMessage StepError )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func InitialModel ¶
func InitialModel() Model
func (Model) GetCommitResult ¶
func (m Model) GetCommitResult() *git.CommitResult
Click to show internal directories.
Click to hide internal directories.