Skip to content

Commit

Permalink
✏️ config form descriptions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufcanb committed Feb 27, 2024
1 parent e05f673 commit 8ad21e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/form.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (c *ConfigForm) Run() error {

huh.NewSelect[string]().
Title("Suggestion Preference").
Description("This sets how suggestions should be in placed").
Description("Sets preference for command suggestions").
Options(
huh.NewOption("Stable", "stable"),
huh.NewOption("Balanced", "balanced"),
Expand All @@ -39,7 +39,7 @@ func (c *ConfigForm) Run() error {

huh.NewSelect[string]().
Title("Explain Preference").
Description("This configuration sets explain responses").
Description("Sets preference for command explanations").
Options(
huh.NewOption("Stable", "stable"),
huh.NewOption("Balanced", "balanced"),
Expand Down

0 comments on commit 8ad21e7

Please sign in to comment.