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

Method CleanConfirmMoveDown

internal/tui/picker.go:389–393  ·  view source on GitHub ↗

CleanConfirmMoveDown moves the selection down in the clean confirmation dialog.

()

Source from the content-addressed store, hash-verified

387
388// CleanConfirmMoveDown moves the selection down in the clean confirmation dialog.
389func (p *PRDPicker) CleanConfirmMoveDown() {
390 if p.cleanConfirmation != nil && p.cleanConfirmation.SelectedIdx < 2 {
391 p.cleanConfirmation.SelectedIdx++
392 }
393}
394
395// GetCleanOption returns the selected clean option.
396func (p *PRDPicker) GetCleanOption() CleanOption {

Callers 2

Calls

no outgoing calls

Tested by 1