Skip to content

Commit

Permalink
fix(input): width
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Mar 28, 2024
1 parent 589be38 commit 2f0ea96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions input/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func (o Options) Run() error {
),
).
WithShowHelp(false).
WithWidth(o.Width).
WithTheme(theme).
WithProgramOptions(tea.WithOutput(os.Stderr)).
Run()
Expand Down

0 comments on commit 2f0ea96

Please sign in to comment.