HasSetupCommand returns true if a setup command is configured.
()
| 129 | |
| 130 | // HasSetupCommand returns true if a setup command is configured. |
| 131 | func (w *WorktreeSpinner) HasSetupCommand() bool { |
| 132 | return w.setupCommand != "" |
| 133 | } |
| 134 | |
| 135 | // IsCancelled returns true if the user cancelled. |
| 136 | func (w *WorktreeSpinner) IsCancelled() bool { |
no outgoing calls