Skip to content

Commit

Permalink
fix(cli): show all menu options without scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Dec 13, 2024
1 parent c836c69 commit 47026b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func CLIMenu(
Label: "What would you like to do?",
Items: mainOptions,
Templates: mainTemplates,
Size: 3,
Size: 4,
}

idx, _, err := mainSelectPrompt.Run()
Expand Down

0 comments on commit 47026b8

Please sign in to comment.