cli/internal/prompter
William Martin a44721d233 Add explicit build tags to platform-specific echo test files
The Go toolchain infers constraints from _darwin/_linux filename suffixes,
but explicit //go:build tags make the constraint visible without relying
on filename conventions, consistent with modern Go style.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-07 20:20:39 +02:00
..
accessible_prompter_test.go Address review feedback on echo mode polling 2026-05-07 20:20:39 +02:00
echo_darwin_test.go Add explicit build tags to platform-specific echo test files 2026-05-07 20:20:39 +02:00
echo_linux_test.go Add explicit build tags to platform-specific echo test files 2026-05-07 20:20:39 +02:00
huh_prompter.go Ensure huh prompter cleans up 2026-03-26 14:26:57 +01:00
huh_prompter_test.go Ensure huh prompter cleans up 2026-03-26 14:26:57 +01:00
multi_select_with_search.go fix(huh prompter): remove unused fields and imports 2026-03-26 14:26:57 +01:00
prompter.go refactor(huh prompter): pipe-based test harness with full coverage 2026-03-26 14:26:16 +01:00
prompter_mock.go Refactor MultiSelectWithSearch to use result struct 2026-01-26 13:29:22 -07:00
test.go Fix linter and mock prompter signature 2026-01-26 13:29:22 -07:00