We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b8f0f commit 119b70bCopy full SHA for 119b70b
1 file changed
main.go
@@ -186,11 +186,9 @@ func main() {
186
huh.NewSelect[string]().
187
Options(huh.NewOptions(allComposeFiles...)...).
188
Value(&dockerComposeYml).
189
- Title("Docker Compose yml").
190
- Height(5),
+ Title("Docker Compose yml"),
191
192
Value(&dockerService).
193
- Height(8).
194
TitleFunc(func() string {
195
return "Services in " + dockerComposeYml
196
}, &dockerComposeYml).
0 commit comments