MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / NewWorktreeSpinner

Function NewWorktreeSpinner

internal/tui/worktree_spinner.go:47–49  ·  view source on GitHub ↗

NewWorktreeSpinner creates a new worktree setup spinner.

()

Source from the content-addressed store, hash-verified

45
46// NewWorktreeSpinner creates a new worktree setup spinner.
47func NewWorktreeSpinner() *WorktreeSpinner {
48 return &WorktreeSpinner{}
49}
50
51// Configure sets up the spinner with the given parameters.
52func (w *WorktreeSpinner) Configure(prdName, branchName, defaultBranch, worktreePath, setupCommand string) {

Calls

no outgoing calls