Tick advances the spinner animation frame.
()
| 144 | |
| 145 | // Tick advances the spinner animation frame. |
| 146 | func (w *WorktreeSpinner) Tick() { |
| 147 | w.spinnerFrame++ |
| 148 | } |
| 149 | |
| 150 | // completedStepLabels returns the labels for completed steps (for display after done). |
| 151 | func (w *WorktreeSpinner) completedStepLabels() []string { |
no outgoing calls