-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
survey-to-huhMigration from survey to huh TUI libraryMigration from survey to huh TUI library
Description
Summary
Remove all survey abstraction code from ui/questions.go and drop the survey dependency entirely.
Details
- Complexity: Low (but must be the last issue completed)
- Remove
QuestionExtra,BooleanOptionProxy,MultiLineValueProxy,StringValueProxy,AskQuestions(), and the survey import - Run
go mod tidyto dropsurveyfromgo.mod - Only after all other survey-to-huh issues are complete
Dependencies
- Requires ALL other survey-to-huh issues to be completed first
Checklist
- Remove
QuestionExtratype - Remove
BooleanOptionProxytype - Remove
MultiLineValueProxytype - Remove
StringValueProxytype - Remove
AskQuestions()function - Remove
surveyimport - Run
go mod tidyto clean upgo.mod/go.sum - Verify
go build ./...andgo test ./...pass
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
survey-to-huhMigration from survey to huh TUI libraryMigration from survey to huh TUI library