revert: "added timeout option to choose and other patches (maybe) (#618)"

This reverts commit 1d07efda84.
This commit is contained in:
Christian Rocha 2024-07-24 15:22:46 -04:00
parent 93beeb6538
commit ecb57b7e97

View File

@ -76,7 +76,6 @@ func (o Options) Run() error {
WithWidth(width).
WithShowHelp(o.ShowHelp).
WithTheme(theme).
WithTimeout(o.Timeout).
Run()
if err != nil {
return err
@ -102,7 +101,6 @@ func (o Options) Run() error {
WithWidth(width).
WithTheme(theme).
WithShowHelp(o.ShowHelp).
WithTimeout(o.Timeout).
Run()
if err != nil {
return err