From 2f0ea96504f1f9c6cbfd26ebb714dbf5318038bc Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Thu, 28 Mar 2024 16:38:24 -0400 Subject: [PATCH] fix(input): width --- input/command.go | 1 + 1 file changed, 1 insertion(+) diff --git a/input/command.go b/input/command.go index b4a77e3..17f38ff 100644 --- a/input/command.go +++ b/input/command.go @@ -49,6 +49,7 @@ func (o Options) Run() error { ), ). WithShowHelp(false). + WithWidth(o.Width). WithTheme(theme). WithProgramOptions(tea.WithOutput(os.Stderr)). Run()