improve intro

This commit is contained in:
Robin Olsen
2026-03-16 12:39:51 +01:00
parent 42f9469189
commit a13f754ce5
2 changed files with 13 additions and 17 deletions

View File

@@ -49,7 +49,7 @@ func (iq *IntroQuestionnaire) Questions() task.Questions {
huh.NewGroup(
huh.NewSelect[string]().
Title("Are you a student, employed, or both?").
Description("This helps us understand your current situation.").
Description("This helps us understand your current working experience.").
Options(
huh.NewOption("Student", "student"),
huh.NewOption("Employed", "employed"),
@@ -75,7 +75,7 @@ func (iq *IntroQuestionnaire) Questions() task.Questions {
huh.NewGroup(
huh.NewSelect[string]().
Title("How would you describe your experience with the command line?").
Description("This helps us tailor the questions to your experience level.").
Description("This helps us understand your familiarity with the command line.").
Options(
huh.NewOption("No experience", "none"),
huh.NewOption("Some experience", "some"),