fix(input): width

This commit is contained in:
Maas Lalani 2024-03-28 16:38:24 -04:00
parent 589be38936
commit 2f0ea96504
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -49,6 +49,7 @@ func (o Options) Run() error {
),
).
WithShowHelp(false).
WithWidth(o.Width).
WithTheme(theme).
WithProgramOptions(tea.WithOutput(os.Stderr)).
Run()